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

Compilation failure (Companion)

This commit is contained in:
bsongis 2014-04-09 11:58:01 +02:00
parent 5dab6ef38f
commit 6a3a245ed8

View file

@ -674,6 +674,6 @@ FlagStatus RCC_GetFlagStatus(uint8_t RCC_FLAG) { return RESET; }
ErrorStatus RTC_WaitForSynchro(void) { return SUCCESS; }
void unlockFlash() { }
void writeFlash(uint32_t *address, uint32_t *buffer) { SIMU_SLEEP(100); }
uint32_t isBootloaderStart(uint32_t *block) { return 1; }
uint32_t isBootloaderStart(const uint32_t *block) { return 1; }
#endif