Update config.h

This commit is contained in:
Daniël Koek 2024-03-29 13:28:48 +00:00
parent cd78a20eee
commit 2e2edb2431

View file

@ -187,6 +187,7 @@ struct REG3 {
case EBYTE_DISABLED:
return "enable_lbt: DISABLED";
default:
return "";
}
}
uint8_t reserve2 : 1;