mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation errors on Companion
This commit is contained in:
parent
5e6cd0ee76
commit
4e6def3ba3
7 changed files with 8 additions and 2 deletions
|
@ -638,6 +638,7 @@ void lcdRefresh()
|
|||
|
||||
#if defined(PCBTARANIS)
|
||||
void usbStart() { }
|
||||
int usbPlugged() { return false; }
|
||||
void USART_DeInit(USART_TypeDef* ) { }
|
||||
ErrorStatus RTC_SetTime(uint32_t RTC_Format, RTC_TimeTypeDef* RTC_TimeStruct) { return SUCCESS; }
|
||||
ErrorStatus RTC_SetDate(uint32_t RTC_Format, RTC_DateTypeDef* RTC_DateStruct) { return SUCCESS; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue