nxstyle fixes

fixes for nxstyle errors reported by CI

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2022-04-21 08:28:00 +00:00 committed by Xiang Xiao
parent 73887c15e0
commit d60fb1168d
19 changed files with 73 additions and 5 deletions

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <nuttx/config.h>
#include <stdint.h>

View File

@ -63,11 +63,11 @@ struct pppd_settings_s
/* Chat Scripts */
FAR const char* connect_script;
FAR const char* disconnect_script;
FAR const char *connect_script;
FAR const char *disconnect_script;
};
/****************************************************************************
/****************************************************************************
* Public Data
****************************************************************************/
@ -80,7 +80,7 @@ extern "C"
#endif
/****************************************************************************
* Public Functions
* Public Functions Definitions
****************************************************************************/
/****************************************************************************

View File

@ -18,6 +18,10 @@
*
***************************************************************************/
/***************************************************************************
* Included Files
***************************************************************************/
#include <stdint.h>
typedef int8_t ficlInteger8;

View File

@ -18,7 +18,8 @@
*
***************************************************************************/
const unsigned char romfs_img[] = {
const unsigned char romfs_img[] =
{
0x2d, 0x72, 0x6f, 0x6d, 0x31, 0x66, 0x73, 0x2d, 0x00, 0x00, 0x01, 0x50,
0x9f, 0x13, 0x82, 0x87, 0x4e, 0x53, 0x48, 0x49, 0x6e, 0x69, 0x74, 0x56,
0x6f, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49,

View File

@ -18,3 +18,6 @@
*
***************************************************************************/
/***************************************************************************
* Private Functions
***************************************************************************/