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: Hobbyking_Cheetah_Compact Hobbyking_Cheetah_Compact_DRV8323_14bit Hobbyking_Cheetah_Compact_DRV8323_V51_201907 HKC_MiniCheetah ... more
Fork of mbed-dev by
Diff: targets/TARGET_NUVOTON/TARGET_NUC472/can_api.c
- Revision:
- 160:d5399cc887bb
- Parent:
- 150:02e0a0aed4ec
- Child:
- 161:2cc1468da177
diff -r 612c381a210f -r d5399cc887bb targets/TARGET_NUVOTON/TARGET_NUC472/can_api.c --- a/targets/TARGET_NUVOTON/TARGET_NUC472/can_api.c Tue Feb 28 17:13:35 2017 +0000 +++ b/targets/TARGET_NUVOTON/TARGET_NUC472/can_api.c Tue Mar 14 16:40:56 2017 +0000 @@ -26,7 +26,7 @@ #include "nu_modutil.h" #include "nu_miscutil.h" #include "nu_bitutil.h" - #include "critical.h" + #include "mbed_critical.h" #define NU_CAN_DEBUG 0 #define CAN_NUM 2
