Make the FSM_STATE work better with optional loggins set by a define and standardize on using enum class by default.

This commit is contained in:
Zed A. Shaw 2024-09-16 06:53:49 -04:00
parent 8df6898d0b
commit 0aeb5b4ceb
8 changed files with 49 additions and 42 deletions

View file

@ -2,6 +2,7 @@
BUGS:
* BUG: Log doesn't scroll.
* BUG: lots of errors crash it
TODO:
* Rewrite dbc.hpp to actually work.