2024-06-03 06:28 AM
Here I am developing basic GPIO driver, As shown in the above image i am encountering error while in editor window but in console while it showing like 0 error(for this image shown below)
please, can any one help me out to resolve this issue?
2024-06-03 06:37 AM - edited 2024-06-10 02:03 PM
Looks like the editor's index is out-of-step - so it's not seeing the GPIOx definitions.
Try rebuilding the index:
EDIT:
Note that it's not a discrepancy between the code in the editor, and the code that the compiler seems - they are identical.
#RebuildIndex