mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation error
This commit is contained in:
parent
9f9a561c82
commit
2b3242f863
1 changed files with 2 additions and 0 deletions
|
@ -678,5 +678,7 @@ void unlockFlash() { }
|
|||
void lockFlash() { }
|
||||
void writeFlash(uint32_t *address, uint32_t *buffer) { SIMU_SLEEP(100); }
|
||||
uint32_t isBootloaderStart(const void *block) { return 1; }
|
||||
void turnBacklightOn(uint8_t level, uint8_t color) { }
|
||||
void turnBacklightOff(void) { }
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue