Set Interrupt Priorities and Grouping for STM32F103. (#10517)
This commit is contained in:
committed by
Scott Lahteine
parent
0e450df6a2
commit
5b5e322356
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user