mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 08:20:34 +08:00
Hard fault on Port E config (CAN0) due to not sizing the table correctly
@PetervdPerk-NXP bit by the non-auto sizing table bug again! Symptom: Hard fault on Port E config (CAN0)
This commit is contained in:
@@ -90,7 +90,7 @@ __BEGIN_DECLS
|
||||
|
||||
/* Count of peripheral clock user configurations */
|
||||
|
||||
#define NUM_OF_PERIPHERAL_CLOCKS_0 18
|
||||
#define NUM_OF_PERIPHERAL_CLOCKS_0 19
|
||||
|
||||
|
||||
/* High-resolution timer */
|
||||
|
||||
Reference in New Issue
Block a user