mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-02-19 08:28:09 +00:00
13 lines
343 B
Text
13 lines
343 B
Text
![]() |
// <<< Use Configuration Wizard in Context Menu >>>
|
||
|
|
||
|
// <e> Fixed Debug Authentication
|
||
|
// <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
|
||
|
DAuthFixed = 0x1;
|
||
|
|
||
|
// <q.2> Secure Invasive Debug
|
||
|
// <q.3> Secure Non-Invasive Debug
|
||
|
DAuthConfig = 0xF;
|
||
|
|
||
|
// </e>
|
||
|
|
||
|
// <<< end of configuration section >>>
|