mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
STM32F3 - Add sonar support.
This commit is contained in:
parent
413e0bde64
commit
07bcf204e1
2 changed files with 26 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
|||
#define NVIC_PRIO_I2C_EV NVIC_BUILD_PRIORITY(0, 0)
|
||||
#define NVIC_PRIO_USB NVIC_BUILD_PRIORITY(2, 0)
|
||||
#define NVIC_PRIO_USB_WUP NVIC_BUILD_PRIORITY(1, 0)
|
||||
#define NVIC_PRIO_SONAR_ECHO NVIC_BUILD_PRIORITY(0x0f, 0x0f)
|
||||
#define NVIC_PRIO_CALLBACK NVIC_BUILD_PRIORITY(0x0f, 0x0f)
|
||||
|
||||
// utility macros to join/split priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue