graphicx/nxmu: nx_server() should be static.
This commit is contained in:
parent
639f77341a
commit
b2764a9e4b
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user