mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fix escserial for HAL targets. (#12992)
* Fix escserial for HAL targets. * Remove the code disabling ESCSERIAL for F7. * Timer/StdPeriph - Add an implementation of 'timerReconfigureTimebase'. Simply calls the `configTimeBase`, seemed cleaner than adding #ifdef USE_HAL_DRIVER everywhere instead.
This commit is contained in:
parent
0eac4df5a4
commit
199c0ec99d
8 changed files with 56 additions and 93 deletions
|
@ -855,12 +855,6 @@ void init(void)
|
|||
|
||||
#endif // VTX_CONTROL
|
||||
|
||||
#ifdef USE_TIMER
|
||||
// start all timers
|
||||
// TODO - not implemented yet
|
||||
timerStart();
|
||||
#endif
|
||||
|
||||
batteryInit(); // always needs doing, regardless of features.
|
||||
|
||||
#ifdef USE_RCDEVICE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue