uavcan_stm32h7:Support is by Family Not Chip/pacakge

This commit is contained in:
David Sidrane
2020-09-03 05:09:50 -07:00
committed by Daniel Agar
parent f0b8bc9dd6
commit 768ed297f2
2 changed files with 2 additions and 2 deletions
@@ -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