mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Cosmetics
This commit is contained in:
parent
4df95fb61e
commit
afa8a7991e
4 changed files with 15 additions and 15 deletions
|
@ -637,6 +637,9 @@ void lcdRefresh()
|
|||
}
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
void pwrInit() { }
|
||||
uint32_t pwrCheck() { return true; }
|
||||
void pwrOff() { }
|
||||
void usbStart() { }
|
||||
int usbPlugged() { return false; }
|
||||
void USART_DeInit(USART_TypeDef* ) { }
|
||||
|
@ -668,3 +671,4 @@ void RCC_LSEConfig(uint8_t RCC_LSE) { }
|
|||
FlagStatus RCC_GetFlagStatus(uint8_t RCC_FLAG) { return RESET; }
|
||||
ErrorStatus RTC_WaitForSynchro(void) { return SUCCESS; }
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue