Make temperture profile executer reset the DIGIO settings after profile execution/abort
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user