Commit 24de1caa authored by Laurent's avatar Laurent

flush traces

parent 63f04fe7
......@@ -747,6 +747,7 @@ void tx_rf(RU_t *ru) {
static void *ru_thread( void *param ) {
setbuf(stdout, NULL);
setbuf(stderr, NULL);
RU_t *ru = (RU_t *)param;
if (ru->if_south == LOCAL_RF) { // configure RF parameters only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment