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:
parent
3b70bf7ff0
commit
d7f82fb14c
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
/* Maximum number of blocks in a device */
|
||||
|
||||
|
|
Loading…
Reference in a new issue