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

Jenkins not happy

This commit is contained in:
bsongis 2014-04-10 13:47:57 +02:00
parent f6c8053d00
commit cb2e3325cd

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(const uint32_t *block) { return 1; }
uint32_t isBootloaderStart(const void *block) { return 1; }
#endif