mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-30 06:04:20 +00:00
13 lines
No EOL
343 B
Text
13 lines
No EOL
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 >>> |