mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: fixed build warning
This commit is contained in:
parent
46213eb97e
commit
1c4bf3d804
@ -38,6 +38,9 @@ void *malloc_dma(size_t size);
|
||||
void stm32_set_utc_usec(uint64_t time_utc_usec);
|
||||
uint64_t stm32_get_utc_usec(void);
|
||||
|
||||
// hook for FAT timestamps
|
||||
uint32_t get_fattime(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user