Paul Paterson / mbed-src-CanNucleoF0

Dependents:   CanNucleoF0_example

Fork of mbed-src by mbed official

Revision:
427:8eeb5157dee4
Parent:
390:35c2c1cf29cd
Child:
437:0b72c0f86db6
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/objects.h	Wed Dec 03 13:15:07 2014 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/objects.h	Thu Dec 04 07:30:08 2014 +0000
@@ -30,6 +30,8 @@
 struct i2c_s {
     uint32_t i2c;
     uint32_t dummy;
+    uint8_t  pclk_bit;
+    uint32_t width;
 };
 
 struct spi_s {