Prusa-Firmware-MMU/tests/unit/logic/unload_to_finda
D.R.racer 98daf765af Separate NoCommand and StartUp (new state machine)
The reasons for this change are:
- NoCommand is used during the lifetime of the firmware as a fallback in case an unknown command is received (simplifies command handling code). It must remain not doing anything.
- StartUp became a complex infrastructure which needs to "live" until an error is fixed (if any). That requires a "standard" StateInner() function which waits for the user to resolve the error.

Unit tests renamed as well.
2022-12-27 12:41:29 +01:00
..
CMakeLists.txt Separate NoCommand and StartUp (new state machine) 2022-12-27 12:41:29 +01:00
test_unload_to_finda.cpp Optimise Catch2 V3 includes + fix a few cases of missing includes 2022-10-22 15:41:44 +02:00