Commit 26c3a6a0 authored by Cedric Roux's avatar Cedric Roux

forgot to include T.h

if you compile *without* T it fails because the T macro is interpreted
as a function call
parent e1cc2fe2
...@@ -65,6 +65,8 @@ ...@@ -65,6 +65,8 @@
# include "intertask_interface.h" # include "intertask_interface.h"
#endif #endif
#include "T.h"
#define ENABLE_MAC_PAYLOAD_DEBUG #define ENABLE_MAC_PAYLOAD_DEBUG
//#define DEBUG_eNB_SCHEDULER 1 //#define DEBUG_eNB_SCHEDULER 1
......
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
# include "intertask_interface.h" # include "intertask_interface.h"
#endif #endif
#include "T.h"
#define ENABLE_MAC_PAYLOAD_DEBUG #define ENABLE_MAC_PAYLOAD_DEBUG
#define DEBUG_eNB_SCHEDULER 1 #define DEBUG_eNB_SCHEDULER 1
......
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