BARICUDA valve pressure consistently uint8_t

This commit is contained in:
Scott Lahteine 2017-07-17 22:01:20 -05:00
parent 4d98e3f0a7
commit 72de280c1e
4 changed files with 6 additions and 7 deletions

View file

@ -409,10 +409,10 @@ void Planner::check_axes_activity() {
#if ENABLED(BARICUDA)
#if HAS_HEATER_1
unsigned char tail_valve_pressure = baricuda_valve_pressure;
uint8_t tail_valve_pressure = baricuda_valve_pressure;
#endif
#if HAS_HEATER_2
unsigned char tail_e_to_p_pressure = baricuda_e_to_p_pressure;
uint8_t tail_e_to_p_pressure = baricuda_e_to_p_pressure;
#endif
#endif