Skip to content
Snippets Groups Projects
Commit 53bb1fb0 authored by Cédric Roux's avatar Cédric Roux
Browse files

minor bugfix

Compilation of UE softmodem failed.
parent 5c852317
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ volatile int start_UE = 0; ...@@ -136,7 +136,7 @@ volatile int start_UE = 0;
#endif #endif
volatile int oai_exit = 0; volatile int oai_exit = 0;
static clock_source_t clock_source = internal; clock_source_t clock_source = internal;
static int wait_for_sync = 0; static int wait_for_sync = 0;
unsigned int mmapped_dma=0; unsigned int mmapped_dma=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment