diff --git a/arch/arm/src/efm32/efm32_rmu.c b/arch/arm/src/efm32/efm32_rmu.c index 033cc522bde..43d84b1f2a0 100644 --- a/arch/arm/src/efm32/efm32_rmu.c +++ b/arch/arm/src/efm32/efm32_rmu.c @@ -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." }, {