composite: nxstyle fixes

This commit is contained in:
Matias Nitsche 2020-06-15 15:20:41 -03:00 committed by Abdelatif Guettouche
parent 22d5712a5a
commit 853439f0e7

View File

@ -46,7 +46,9 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
/* OS/Driver configuration checks */
#ifndef CONFIG_USBDEV
@ -138,7 +140,7 @@ struct composite_state_s
extern struct composite_state_s g_composite;
/****************************************************************************
* Public Functions
* Public Function Prototypes
****************************************************************************/
#endif /* __SYSTEM_COMPOSITE_COMPOSITE_H */