1
mirror of https://github.com/egzumer/uv-k5-firmware-custom.git synced 2025-12-13 13:29:51 +04:00
Files
uv-k5-firmware-custom/misc.h
Juan Antonio a153e63be1 Add function to test if serial configuration is in progress
This was formely tested all over using testing for the state of
gSerialConfigCountDown_500ms in a couple of ways. This logic have been
extracted into a function to make the code more readable.
Also testing it with > 0 was a bit misleading as the variable is
unsigned so tesing with == and != is enough.
2023-12-09 15:50:59 +01:00

11 KiB