Init servo pins in HAL_init (#14425)
This commit is contained in:
@ -822,9 +822,7 @@ void stop() {
|
||||
*/
|
||||
void setup() {
|
||||
|
||||
#ifdef HAL_INIT
|
||||
HAL_init();
|
||||
#endif
|
||||
HAL_init();
|
||||
|
||||
#if HAS_DRIVER(L6470)
|
||||
L6470.init(); // setup SPI and then init chips
|
||||
|
Reference in New Issue
Block a user