Correct comment blocks

Fix wrong comment blocks in the following files:
- arch/arm/src/stm32f0l0g0/stm32_pwr.c
- include/nuttx/mtd/nand_config.h

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-07-26 23:18:38 +08:00 committed by Xiang Xiao
parent 3b70bf7ff0
commit d7f82fb14c
2 changed files with 5 additions and 5 deletions

View file

@ -25,10 +25,6 @@
#include <nuttx/config.h>
#include "chip.h"
/****************************************************************************
* Public Functions
****************************************************************************/
/* This file is only a thin shell that includes the proper PWR implementation
* according to the selected MCU family.
*/
@ -38,3 +34,7 @@
#else
# include "stm32f0l0_pwr.c"
#endif
/****************************************************************************
* Public Functions
****************************************************************************/

View file

@ -45,7 +45,7 @@
* Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************
/* Configuration ************************************************************/
/* Maximum number of blocks in a device */