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: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: LPC2368/PeripheralNames.h
- Revision:
- 55:d722ed6a4237
- Parent:
- 54:71b101360fb9
- Child:
- 59:0883845fe643
--- a/LPC2368/PeripheralNames.h Tue Jan 08 12:46:36 2013 +0000
+++ b/LPC2368/PeripheralNames.h Wed Jan 16 12:56:34 2013 +0000
@@ -26,7 +26,7 @@
#ifdef __cplusplus
extern "C" {
-#endif
+#endif
typedef enum {
UART_0 = (int)LPC_UART0_BASE,
@@ -66,11 +66,11 @@
PWM_2,
PWM_3,
PWM_4,
- PWM_5,
- PWM_6
+ PWM_5,
+ PWM_6
} PWMName;
-typedef enum {
+typedef enum {
CAN_1 = (int)LPC_CAN1_BASE,
CAN_2 = (int)LPC_CAN2_BASE
} CANName;
