driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN

Change-Id: I8396004616754f84fb465c972fde9e91b18cc49b
This commit is contained in:
Vadim Yanitskiy 2019-07-15 23:36:20 +07:00 committed by Pau Espin Pedrol
parent cf6113b2fe
commit 8d771d24e7
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ bool Transceiver::driveTxPriorityQueue(size_t chan)
}
int timeSlot = (int) buffer[0];
uint64_t frameNum = 0;
uint32_t frameNum = 0;
for (int i = 0; i < 4; i++)
frameNum = (frameNum << 8) | (0x0ff & buffer[i+1]);