Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of CANnucleo by
Revision 2:09a0d2838572, committed 2015-07-21
- Comitter:
- hudakz
- Date:
- Tue Jul 21 15:19:28 2015 +0000
- Parent:
- 1:eb04f7f0478d
- Child:
- 3:0fae6b54a2ee
- Commit message:
- rev 03: bug fixed in function can_mode()
Changed in this revision
| can_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/can_api.c Sun Jul 19 14:04:31 2015 +0000
+++ b/can_api.c Tue Jul 21 15:19:28 2015 +0000
@@ -275,8 +275,7 @@
break;
}
- _canHandle.Init.Mode = CAN_MODE_NORMAL;
- return HAL_CAN_Init(&_canHandle);
+ return HAL_CAN_Init(&_canHandle);
}
/**
