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

committed by
Gregory Nutt

parent
22f48cfb5e
commit
0bcd50d7a1
@@ -49,7 +49,7 @@
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
const char g_http[] = "http://";
|
||||
static const char g_http[] = "http://";
|
||||
#define HTTPLEN 7
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user