apps/: Make more globals static to avoid name clashes

This commit is contained in:
Juha Niskanen
2017-05-19 07:13:12 -06:00
committed by Gregory Nutt
parent 22f48cfb5e
commit 0bcd50d7a1
14 changed files with 79 additions and 92 deletions

View File

@@ -58,7 +58,7 @@
* order to avoid name collisions.
*/
struct cdcacm_state_s g_cdcacm;
static struct cdcacm_state_s g_cdcacm;
/****************************************************************************
* Public Functions