arch/stm32h7: Fix nxstyle errors

arch/arm/src/stm32h7/stm32_bbsram.h:

    * Fix nxstyle issues.
This commit is contained in:
Nathan Hartman 2021-01-03 19:52:01 -05:00 committed by Xiang Xiao
parent 5791bbe17e
commit ec0b2f063c
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ struct bbsramd_s
{
uint8_t flags; /* The crc is valid and the file was closed */
uint8_t fileno; /* The minor number */
uint16_t len; /* Total Bytes in this file*/
uint16_t len; /* Total Bytes in this file */
struct timespec lastwrite; /* Last write time */
};
@ -147,7 +147,7 @@ int stm32_bbsraminitialize(char *devpath, int *sizes);
*
* Assumptions:
*
****************************************************************************/
*****************************************************************************/
#if defined(CONFIG_STM32H7_SAVE_CRASHDUMP)
int stm32_bbsram_savepanic(int fileno, uint8_t *context, int length);