Init servo pins in HAL_init (#14425)

This commit is contained in:
Scott Lahteine
2019-06-27 16:29:17 -05:00
committed by GitHub
parent 8ce84fa44f
commit 6664b90bbb
14 changed files with 49 additions and 14 deletions

View File

@ -123,7 +123,6 @@ void HAL_adc_start_conversion(uint8_t adc_pin);
// Enable hooks into idle and setup for HAL
#define HAL_IDLETASK 1
#define HAL_INIT 1
#define BOARD_INIT() HAL_init_board();
void HAL_idletask(void);
void HAL_init(void);