Public fork of mbed-src to add generic stm32f030k6 target
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h
- Revision:
- 480:69aad4cbc07a
- Parent:
- 46:bebbbd80dd87
--- a/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Sat Feb 21 15:00:07 2015 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC81X/objects.h Tue Feb 24 13:45:08 2015 +0000 @@ -43,6 +43,11 @@ unsigned char spi_n; }; +struct pwmout_s { + LPC_SCT_TypeDef* pwm; + uint32_t pwm_ch; +}; + #include "gpio_object.h" #ifdef __cplusplus