Set Interrupt Priorities and Grouping for STM32F103. (#10517)

This commit is contained in:
J.C. Nelson
2018-04-25 22:21:16 -07:00
committed by Scott Lahteine
parent 0e450df6a2
commit 5b5e322356
4 changed files with 84 additions and 23 deletions

View File

@ -108,6 +108,10 @@ extern USBSerial SerialUSB;
#define NUM_SERIAL 1
#endif
// Use HAL_init() to set interrupt grouping.
#define HAL_INIT
void HAL_init();
/**
* TODO: review this to return 1 for pins that are not analog input
*/