FreeRTOS / FreeRTOS-Cellular-Interface

FreeRTOS Cellular Interface implementation of the 3GPP TS v27.007 standard.
MIT License
85 stars 59 forks source link

Many arguments in LogDebug lines #66

Closed mrcamilletti closed 2 years ago

mrcamilletti commented 3 years ago

Hi! I'm porting the library to a Nordic nrf52 chip. I've some issues with these lines, where the log command has more arguments than permitted by the SDK log function (the maximum number is 6). Is it possible to divide it in two or more calls ?

https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/blob/c4ccd2c09f6bcbd79ce31e773a35f552f8c3f16a/source/cellular_3gpp_api.c#L488

https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/blob/c4ccd2c09f6bcbd79ce31e773a35f552f8c3f16a/source/cellular_3gpp_api.c#L1795

AniruddhaKanhere commented 3 years ago

Hello @mrcamilletti, thanks for taking the time to report this. We'll take a look and get back to you.

chinglee-iot commented 2 years ago

@mrcamilletti, @AniruddhaKanhere Thank you the your feedback. I will update and reply to this issue.

chinglee-iot commented 2 years ago

@mrcamilletti, @AniruddhaKanhere This issue is fixed in #67.