Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-07-27 20:12:53 +0300
committerKevin O'Connor <kevin@koconnor.net>2022-07-29 18:40:54 +0300
commit9e3feab0b4e68fd3a438276840a650f9f5fc503a (patch)
tree2b9db5bf41ba75fadac3c7371cb4677b12e8abe8
parent751bff7d3886077bb0b81ad28e9f367e0d5a81eb (diff)
stm32: Remove stm32f4 canbus warning
The canbus code has been successfully tested on stm32f4. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-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 427a78551..665338ad7 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