1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Compilation error

This commit is contained in:
Andre Bernet 2014-06-09 22:41:17 +02:00
parent 9f9a561c82
commit 2b3242f863

View file

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