Skip to content
New issue

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

Lesson 6 ex.1 - invalid enum NRF_MODEM_GNSS_DATA_PVT used as event in doc #6

Open
nmpluta opened this issue Nov 1, 2023 · 0 comments

Comments

@nmpluta
Copy link

nmpluta commented Nov 1, 2023

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.
image
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.

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:
image
link: https://github.com/NordicDeveloperAcademy/cell-fund/blob/010b7988c30ef93efae241a90848fd4e4d8a68a6/v2.4.0/lesson6/cellfund_less6_exer1_solution/src/main.c#L65-L71C7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant