summaryrefslogtreecommitdiff
path: root/can/can.h
diff options
context:
space:
mode:
Diffstat (limited to 'can/can.h')
-rw-r--r--can/can.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/can/can.h b/can/can.h
index df4b205..114a23e 100644
--- a/can/can.h
+++ b/can/can.h
@@ -80,6 +80,8 @@ static CAN_t CAN1(0x40006400, 36000000);
#elif defined(STM32F4)
static CAN_t CAN1(0x40006400, 42000000);
static CAN_t CAN2(0x40006800, 42000000);
+#elif defined(STM32F0)
+static CAN_t CAN1(0x40006400, 48000000);
#endif
#endif