Commit d2a457bd authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

main.c: change type to float

parent 972b05bc
Pipeline #4874 passed with stage
in 1 minute and 13 seconds
......@@ -57,8 +57,8 @@ static uint16_t fan_ramp_up_count __xMR = 0;
#define FAN_MAX_FAIL_CNT 100
#define FAN_DEAD_WORD 0xFFFF
static volatile uint16_t tacho_cnt[3] __xMR;
static volatile uint16_t tacho_rpm[3] __xMR;
static volatile uint16_t tacho_rpm_prev[3] __xMR;
static volatile float tacho_rpm[3] __xMR;
static volatile float tacho_rpm_prev[3] __xMR;
static volatile uint16_t tacho_rpm_fail_cnt[3] __xMR;
// when fan_cmdrpm is 0, setfrpms and temp_curve_points_y represent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment