1
0
Fork 0
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:
bsongis 2014-03-05 17:32:17 +01:00
parent 5e6cd0ee76
commit 4e6def3ba3
7 changed files with 8 additions and 2 deletions

View file

@ -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; }