Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: CAN.h
- Revision:
- 27:7110ebee3484
- Parent:
- 22:9114680c05da
- Child:
- 33:5364839841bd
--- a/CAN.h Fri Feb 11 10:33:02 2011 +0000 +++ b/CAN.h Tue Nov 29 14:59:27 2011 +0000 @@ -1,11 +1,14 @@ /* mbed Microcontroller Library - can - * Copyright (c) 2009 ARM Limited. All rights reserved. - * rmeyer + * Copyright (c) 2009-2011 ARM Limited. All rights reserved. */ #ifndef MBED_CAN_H #define MBED_CAN_H +#include "device.h" + +#if DEVICE_CAN + #include "Base.h" #include "platform.h" #include "PinNames.h" @@ -238,3 +241,5 @@ } // namespace mbed #endif // MBED_CAN_H + +#endif