mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 05:45:59 +08:00
[board] fix config of RTC for tawaki boards (#3506)
The RTC should not be activated by default, it is done if needed by modules that need it (e.g. sdlog). Currently, it is not possible to start a tawaki without the logger activated as RTC is activated but source not correctly selected.
This commit is contained in:
committed by
GitHub
parent
27e59d9db5
commit
fb90ba29b1
@@ -543,6 +543,4 @@
|
||||
//#define CH_HEAP_SIZE (32*1024)
|
||||
//#define CH_HEAP_USE_TLSF 1 // if 0 or undef, chAlloc will be used
|
||||
|
||||
#define HAL_USE_RTC TRUE
|
||||
|
||||
#endif /* MCUCONF_H */
|
||||
|
||||
@@ -586,6 +586,4 @@
|
||||
// #define CH_HEAP_USE_TLSF 0 // if 0 or undef, chAlloc will be used
|
||||
// #define CONSOLE_DEV_SD SD3
|
||||
|
||||
#define HAL_USE_RTC TRUE
|
||||
|
||||
#endif /* MCUCONF_H */
|
||||
|
||||
Reference in New Issue
Block a user