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

@ -117,9 +117,8 @@
#define NUM_SERIAL 1
#endif
// Use HAL_init() to set interrupt grouping.
#define HAL_INIT
void HAL_init();
// Set interrupt grouping for this MCU
void HAL_init(void);
/**
* TODO: review this to return 1 for pins that are not analog input