diff options
Diffstat (limited to 'testhal/SPC560BCxx')
-rw-r--r-- | testhal/SPC560BCxx/CAN/main.c | 2 |
1 files changed, 1 insertions, 1 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 = {
|