mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Commit c3899cef inadvertently broke the error check for unused config options. Add a new note_valid parameter to the config access wrappers and use that in get_status() to fix the check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>