0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

fix power-on-password compile error

This commit is contained in:
OneOfEleven
2023-10-26 14:10:11 +01:00
parent 39fdb7ed33
commit 045768a2c3
5 changed files with 3 additions and 3 deletions

View File

@ -2289,7 +2289,7 @@ void BK4819_reset_fsk(void)
(0u << 9) | // 0 ~ 1 1 = invert data when TX
(0u << 8) | // 0 ~ 1 ???
(0u << 4) | // 0 ~ 15 preamble length
(1u << 3) | // 0 ~ 1 sync length
(0u << 3) | // 0 ~ 1 sync length
(0u << 0); // 0 ~ 7 ???
// Set entire packet length (not including the pre-amble and sync bytes we can't seem to disable)