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.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Revision 543:aad7ca793a89, committed 2015-05-12
- Comitter:
- mbed_official
- Date:
- Tue May 12 08:00:08 2015 +0100
- Parent:
- 542:3c6246291cdb
- Child:
- 544:e862be54d9cb
- Commit message:
- Synchronized with git revision 7bc3af6fed82da8b28c1700cc58d4d1085aa3f7c
Full URL: https://github.com/mbedmicro/mbed/commit/7bc3af6fed82da8b28c1700cc58d4d1085aa3f7c/
Fix bug with CAN loopback implementation on LPC11c14
Changed in this revision
| targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/TARGET_LPC11CXX/can_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/TARGET_LPC11CXX/can_api.c Mon May 11 08:15:07 2015 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/TARGET_LPC11CXX/can_api.c Tue May 12 08:00:08 2015 +0100
@@ -71,7 +71,7 @@
break;
case MODE_TEST_SILENT:
LPC_CAN->CNTL |= CANCNTL_TEST;
- LPC_CAN->TEST |= (CANCNTL_LBACK | CANTEST_SILENT);
+ LPC_CAN->TEST |= (CANTEST_LBACK | CANTEST_SILENT);
success = 1;
break;
case MODE_TEST_GLOBAL:
