mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 10:50:35 +08:00
uavcan_stm32h7:Support is by Family Not Chip/pacakge
This commit is contained in:
committed by
Daniel Agar
parent
f0b8bc9dd6
commit
768ed297f2
@@ -23,8 +23,8 @@ namespace uavcan_stm32h7
|
||||
{
|
||||
namespace fdcan
|
||||
{
|
||||
#ifdef CONFIG_ARCH_CHIP_STM32H743ZI
|
||||
#include "fdcan_h743xx.h"
|
||||
#ifdef CONFIG_STM32H7_STM32H7X3XX
|
||||
#include "fdcan_h7x3xx.h"
|
||||
#else
|
||||
# error "Unsupported STM32H7 MCU"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user