mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_ChibiOS: disable RTC on periphs
the singleton isn't instantiated
This commit is contained in:
parent
6dc80006d3
commit
53f4709a78
@ -152,6 +152,10 @@
|
||||
#define AP_RELAY_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_RTC_ENABLED
|
||||
#define AP_RTC_ENABLED 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GPS Backends - we selectively turn backends on.
|
||||
* Note also that f103-GPS explicitly disables some of these backends.
|
||||
|
Loading…
Reference in New Issue
Block a user