From 853439f0e769cfb1b9a8277273b561e6e0cad988 Mon Sep 17 00:00:00 2001 From: Matias Nitsche Date: Mon, 15 Jun 2020 15:20:41 -0300 Subject: [PATCH] composite: nxstyle fixes --- system/composite/composite.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/composite/composite.h b/system/composite/composite.h index a14f40162..aaa8bf702 100644 --- a/system/composite/composite.h +++ b/system/composite/composite.h @@ -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 */