mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
commetic
This commit is contained in:
parent
0fb41dd4e7
commit
fa65bef573
1 changed files with 4 additions and 4 deletions
|
|
@ -80,13 +80,13 @@ typedef struct
|
|||
static efm32_reset_cause_list_t efm32_reset_cause_list[] =
|
||||
{
|
||||
{
|
||||
0x0001, // 0bXXXX XXXX XXXX XXX1
|
||||
0x0001, // 0bXXXX XXXX XXXX XXX1
|
||||
0x0001, //0bXXXX XXXX XXXX XXX1
|
||||
0x0001, //0bXXXX XXXX XXXX XXX1
|
||||
"A Power-on Reset has been performed. X bits are don't care."
|
||||
},
|
||||
{
|
||||
0x0002, // 0bXXXX XXXX 0XXX XX10
|
||||
0x0003, // 0bXXXX XXXX 1XXX XX11
|
||||
0x0002, //0bXXXX XXXX 0XXX XX10
|
||||
0x0003, //0bXXXX XXXX 1XXX XX11
|
||||
"A Brown-out has been detected on the unregulated power."
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue