ads1115 only
Fork of mbed by
Diff: TARGET_NUCLEO_F103RB/PeripheralNames.h
- Revision:
- 77:869cf507173a
- Parent:
- 76:824293ae5e43
--- a/TARGET_NUCLEO_F103RB/PeripheralNames.h Mon Jan 13 15:31:11 2014 +0200 +++ b/TARGET_NUCLEO_F103RB/PeripheralNames.h Fri Feb 14 14:36:43 2014 +0000 @@ -62,13 +62,10 @@ typedef enum { PWM_2 = (int)TIM2_BASE, - PWM_3 = (int)TIM3_BASE + PWM_3 = (int)TIM3_BASE, + PWM_4 = (int)TIM4_BASE } PWMName; -typedef enum { - CAN_1 = (int)CAN1_BASE -} CANName; - #ifdef __cplusplus } #endif