fix nxstyle warnings
This commit is contained in:
parent
8fe3a46dc0
commit
ba44a812bb
@ -88,7 +88,7 @@
|
|||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
@ -120,7 +120,7 @@ int nrf52_bringup(void);
|
|||||||
void nrf52_spidev_initialize(void);
|
void nrf52_spidev_initialize(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: nrf52_lsm6dsl_initialize
|
* Name: nrf52_lsm6dsl_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
@ -132,7 +132,7 @@ void nrf52_spidev_initialize(void);
|
|||||||
int nrf52_lsm6dsl_initialize(char *devpath);
|
int nrf52_lsm6dsl_initialize(char *devpath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: nrf52_lsm303agr_initialize
|
* Name: nrf52_lsm303agr_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
@ -144,7 +144,7 @@ int nrf52_lsm6dsl_initialize(char *devpath);
|
|||||||
int nrf52_lsm303agr_initialize(char *devpath);
|
int nrf52_lsm303agr_initialize(char *devpath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: nrf52_hts221_initialize
|
* Name: nrf52_hts221_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
@ -156,7 +156,7 @@ int nrf52_lsm303agr_initialize(char *devpath);
|
|||||||
int nrf52_hts221_initialize(char *devpath);
|
int nrf52_hts221_initialize(char *devpath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/****************************************************************************
|
||||||
* Name: nrf52_lpwaninitialize
|
* Name: nrf52_lpwaninitialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
|
Loading…
Reference in New Issue
Block a user