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.
Dependencies: KL25Z_ClockControl MODSERIAL mbed
Fork of EtherCAT-XbusMaster by
Diff: EtherCAT/cpuinit.h
- Revision:
- 13:5e4dcbd44786
- Parent:
- 12:cac4e7c2bd0f
- Child:
- 17:c5946a0fde83
diff -r cac4e7c2bd0f -r 5e4dcbd44786 EtherCAT/cpuinit.h --- a/EtherCAT/cpuinit.h Tue Mar 03 10:58:20 2015 +0000 +++ b/EtherCAT/cpuinit.h Tue Mar 03 12:14:22 2015 +0000 @@ -32,6 +32,7 @@ #define __CPUINIT_H__ #include "mbed.h" #include "MODSERIAL.h" +#include "xbus.h" extern void cpuinit(void);
