aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testhal/SPC560BCxx/CAN/main.c2
-rw-r--r--testhal/SPC560Pxx/CAN/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC560BCxx/CAN/main.c b/testhal/SPC560BCxx/CAN/main.c
index e375dbc1a..8525d7ddd 100644
--- a/testhal/SPC560BCxx/CAN/main.c
+++ b/testhal/SPC560BCxx/CAN/main.c
@@ -25,7 +25,7 @@ struct can_instance {
static const struct can_instance can1 = {&CAND5, PE_LED1};
/*
- * Internal loopback mode, 1MBaud.
+ * Internal loopback mode, 500kBaud.
* See chapter 25 on the SPC5 reference manual.
*/
static const CANConfig cancfg = {
diff --git a/testhal/SPC560Pxx/CAN/main.c b/testhal/SPC560Pxx/CAN/main.c
index a56000ff9..b60729765 100644
--- a/testhal/SPC560Pxx/CAN/main.c
+++ b/testhal/SPC560Pxx/CAN/main.c
@@ -25,7 +25,7 @@ struct can_instance {
static const struct can_instance can1 = {&CAND1, PD_LED1};
/*
- * Internal loopback mode, 1MBaud.
+ * Internal loopback mode, 500kBaud.
* See chapter 25 on the SPC5 reference manual.
*/
static const CANConfig cancfg = {