PWM - pwmload removed from the objects header file

pull/144/head
0xc0170 2014-01-08 12:05:11 +01:00
parent 889952790f
commit ffac7e6d6a
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ struct pwmout_s {
__IO uint32_t *MOD; __IO uint32_t *MOD;
__IO uint32_t *CNT; __IO uint32_t *CNT;
__IO uint32_t *CnV; __IO uint32_t *CnV;
__IO uint32_t *PWMLOAD;
}; };
struct serial_s { struct serial_s {