Merge "CI: Add silent cmake SonarCloud scan"
[o-du/l2.git] / src / 5gnrmac / lwr_mac_phy.h
index 54ae8db..7c4fdb2 100644 (file)
@@ -35,7 +35,7 @@ typedef enum
 #ifdef ODU_MEMORY_DEBUG_LOG
 #define WLS_MEM_LOG(_macro, _file, _line, _func, _size, _datPtr)\
 {\
-   printf("\n%s=== %s +%d, %s, %lu, %p",           \
+   printf("\n%s=== %s +%d, %s, %lu, %p \n",           \
       _macro, _file, _line, _func, (uint64_t)_size, _datPtr); \
 }
 #else
@@ -77,7 +77,7 @@ typedef struct wlsBlockToFree
    uint32_t size;
 }WlsBlockToFree;
 
-CmLListCp wlsBlockToFreeList[WLS_MEM_FREE_PRD];
+extern CmLListCp wlsBlockToFreeList[WLS_MEM_FREE_PRD];
 
 void addWlsBlockToFree(void *msg, uint32_t msgLen, uint8_t idx);
 void freeWlsBlockList(uint8_t idx);