Skip to content

Commit

Permalink
Fix fmuv5 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JcZou committed Jun 27, 2024
1 parent 72934c9 commit b458c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target/pixhawk/fmu-v5/board/stm32f7xx_hal_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" {

/* #define HAL_ADC_MODULE_ENABLED */
/* #define HAL_CRYP_MODULE_ENABLED */
/* #define HAL_CAN_MODULE_ENABLED */
#define HAL_CAN_MODULE_ENABLED
/* #define HAL_CEC_MODULE_ENABLED */
/* #define HAL_CRC_MODULE_ENABLED */
/* #define HAL_CRYP_MODULE_ENABLED */
Expand Down
1 change: 1 addition & 0 deletions target/pixhawk/fmu-v5/config/hal.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'gps/*.c',
'adc/*.c',
'mtd/*.c',
'can/*.c',
]

HAL_CPPPATH = []

0 comments on commit b458c99

Please # to comment.