We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In description of the exercise that can be found under the below link: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-6-cellular-fundamentals/topic/lesson-6-exercise-1/#:~:text=case%20NRF_MODEM_GNSS_DATA_PVT%3A. The NRF_MODEM_GNSS_DATA_PVT enum is suggested to be used as one of the case, although the expression evaluated in a switch statement is a PVT event.
NRF_MODEM_GNSS_DATA_PVT
PVT event
The error is not replicated in the code, it only appears in the doc since in the exercise resolution proper PVT event enum is used: link: https://github.com/NordicDeveloperAcademy/cell-fund/blob/010b7988c30ef93efae241a90848fd4e4d8a68a6/v2.4.0/lesson6/cellfund_less6_exer1_solution/src/main.c#L65-L71C7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In description of the exercise that can be found under the below link:
https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-6-cellular-fundamentals/topic/lesson-6-exercise-1/#:~:text=case%20NRF_MODEM_GNSS_DATA_PVT%3A.
The
NRF_MODEM_GNSS_DATA_PVT
enum is suggested to be used as one of the case, although the expression evaluated in a switch statement is aPVT event
.The error is not replicated in the code, it only appears in the doc since in the exercise resolution proper
PVT event
enum is used:link: https://github.com/NordicDeveloperAcademy/cell-fund/blob/010b7988c30ef93efae241a90848fd4e4d8a68a6/v2.4.0/lesson6/cellfund_less6_exer1_solution/src/main.c#L65-L71C7
The text was updated successfully, but these errors were encountered: