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:
@ -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)
|
||||
|
Reference in New Issue
Block a user