Maintool / mbed-src-v4

Fork of mbed-src by mbed official

Revision:
574:8e5b2476066a
Parent:
500:04797f1feae2
Child:
591:474d026f7d79
diff -r ad23fe03a082 -r 8e5b2476066a targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h	Fri Jun 19 09:15:11 2015 +0100
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h	Fri Jun 19 09:30:08 2015 +0100
@@ -95,6 +95,14 @@
     I2C_3 
 } I2CName;
 
+typedef enum {
+    CAN_0 = 0,
+    CAN_1,
+    CAN_2,
+    CAN_3, 
+    CAN_4
+} CANName;
+
 
 #define STDIO_UART_TX     USBTX
 #define STDIO_UART_RX     USBRX