mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
UART3 Debug/SPORT modes
This commit is contained in:
parent
cdfc8b5b2b
commit
c3417a0d88
13 changed files with 68 additions and 18 deletions
|
@ -632,6 +632,7 @@ void lcdRefresh()
|
|||
|
||||
#if defined(PCBTARANIS)
|
||||
void usbStart() { }
|
||||
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; }
|
||||
void RTC_GetTime(uint32_t RTC_Format, RTC_TimeTypeDef* RTC_TimeStruct) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue