mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
HAL_ChibiOS: drop default SPI priority to 179
This commit is contained in:
parent
ab748034a2
commit
8286486890
@ -33,7 +33,7 @@
|
|||||||
#define APM_STARTUP_PRIORITY 10
|
#define APM_STARTUP_PRIORITY 10
|
||||||
|
|
||||||
#ifndef APM_SPI_PRIORITY
|
#ifndef APM_SPI_PRIORITY
|
||||||
#define APM_SPI_PRIORITY 181
|
#define APM_SPI_PRIORITY 179
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef APM_CAN_PRIORITY
|
#ifndef APM_CAN_PRIORITY
|
||||||
|
Loading…
Reference in New Issue
Block a user