1
0

fix token

This commit is contained in:
2024-04-26 13:15:48 +02:00
parent ecf4b3617e
commit c9d34783d8
5 changed files with 40 additions and 42 deletions

View File

@@ -23,6 +23,8 @@ void send_DATA_IND(Adresse source, Adresse destination, uint8_t* dataFramePtr) {
}
strPtr[dataFramePtr[2]] = '\0'; // null-terminate string
queueMsg.anyPtr = strPtr;
//retCode = osMemoryPoolFree(memPool, dataFramePtr);
//CheckRetCode(retCode, __LINE__, __FILE__, CONTINUE);
switch (destination.sapi) {
case TIME_SAPI: