remove/replaced PRIVATE and EXTERN keywords
[o-du/l2.git] / src / 5gnrmac / mac_slot_ind.c
index 02f7b09..77aee0d 100644 (file)
@@ -343,7 +343,7 @@ uint8_t macProcSlotInd(SlotIndInfo slotInd)
 uint8_t fapiMacSlotInd(Pst *pst, SlotIndInfo *slotInd)
 {
    uint8_t               ret;
-   VOLATILE uint32_t     startTime=0;
+   volatile uint32_t     startTime=0;
 
 #ifdef ODU_SLOT_IND_DEBUG_LOG
    DU_LOG("\nMAC : Slot Indication received");