-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
..\libraries\HAL_Drivers\drv_hwtimer.c(73): error: #40: expected an identifier
};
..\libraries\HAL_Drivers\drv_hwtimer.c(152): error: #29: expected an expression
};
..\libraries\HAL_Drivers\drv_hwtimer.c(83): error: #1514: an empty initializer is invalid for an array with unspecified bound
static struct stm32_hwtimer stm32_hwtimer_obj[] =
..\libraries\HAL_Drivers\drv_hwtimer.c: 0 warnings, 3 errors
compiling drv_gpio.c...
compiling drv_pwm.c...
..\libraries\HAL_Drivers\drv_pwm.c(78): error: #40: expected an identifier
};
..\libraries\HAL_Drivers\drv_pwm.c(157): error: #29: expected an expression
};
..\libraries\HAL_Drivers\drv_pwm.c(88): error: #1514: an empty initializer is invalid for an array with unspecified bound
static struct stm32_pwm stm32_pwm_obj[] =
..\libraries\HAL_Drivers\drv_pwm.c: 0 warnings, 3 errors