Make temperture profile executer reset the DIGIO settings after profile execution/abort

This commit is contained in:
2021-12-26 20:36:49 +01:00
parent 45f91a7c5a
commit a8a622df25
4 changed files with 27 additions and 13 deletions

View File

@@ -219,8 +219,8 @@ static inline void setup_system(void)
/** - Initialize the oven output driver outputting the wavepacket control signal for the SSR and */
oven_driver_init();
/** - Initialize all DIGIO Pins to theri default state and pin functions */
digio_setup_default_all();
/** - Initialize all DIGIO Pins to their default state and pin functions */
digio_init();
/** - Set-up the LED outputs */
led_setup();