mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
apps/: Make more globals static to avoid name clashes
This commit is contained in:

committed by
Gregory Nutt

parent
22f48cfb5e
commit
0bcd50d7a1
@@ -58,7 +58,7 @@
|
||||
* order to avoid name collisions.
|
||||
*/
|
||||
|
||||
struct cdcacm_state_s g_cdcacm;
|
||||
static struct cdcacm_state_s g_cdcacm;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
Reference in New Issue
Block a user