aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/can.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-07-27 13:12:53 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-07-29 11:40:54 -0400
commit9e3feab0b4e68fd3a438276840a650f9f5fc503a (patch)
tree2b9db5bf41ba75fadac3c7371cb4677b12e8abe8 /src/stm32/can.c
parent751bff7d3886077bb0b81ad28e9f367e0d5a81eb (diff)
downloadkutter-9e3feab0b4e68fd3a438276840a650f9f5fc503a.tar.gz
kutter-9e3feab0b4e68fd3a438276840a650f9f5fc503a.tar.xz
kutter-9e3feab0b4e68fd3a438276840a650f9f5fc503a.zip
stm32: Remove stm32f4 canbus warning
The canbus code has been successfully tested on stm32f4. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/can.c')
-rw-r--r--src/stm32/can.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stm32/can.c b/src/stm32/can.c
index 427a7855..665338ad 100644
--- a/src/stm32/can.c
+++ b/src/stm32/can.c
@@ -66,7 +66,6 @@
#endif
#if CONFIG_MACH_STM32F4
- #warning CAN on STM32F4 is untested
#if (CONFIG_STM32_CANBUS_PA11_PA12 || CONFIG_STM32_CANBUS_PB8_PB9 \
|| CONFIG_STM32_CANBUS_PD0_PD1 || CONFIG_STM32_CANBUS_PI9_PH13)
#define SOC_CAN CAN1