graphicx/nxmu: nx_server() should be static.

This commit is contained in:
Gregory Nutt 2017-11-25 06:54:13 -06:00
parent 639f77341a
commit b2764a9e4b
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
/* CPU frequency, fCPU, may be divided down from system frequency */
# define BOARD_CPUDIV_ENABLE 1 /* Enable PLL dive by 2 for fCPU */
# define BOARD_CPUDIV_ENABLE 1 /* Enable PLL divide by 2 for fCPU */
# define BOARD_CPU_FREQUENCY 144000000
/* CCU frequency may be divided down from system frequency */

View File

@ -79,7 +79,7 @@ static bool g_nxserver_started;
*
****************************************************************************/
int nx_server(int argc, char *argv[])
static int nx_server(int argc, char *argv[])
{
FAR NX_DRIVERTYPE *dev;
int ret;