Prusa-Firmware-MMU/tests
D.R.racer 6dd5057b67 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-20 15:53:05 +01:00
..
unit Separate NoCommand and StartUp (new state machine) 2022-12-20 15:53:05 +01:00
CMakeLists.txt Formatting 2022-10-21 22:03:08 +00:00