discrepancy between the code in editor and the build process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-03 6: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?
Labels:
- Labels:
-
STM32G4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-03 6:37 AM - edited 2024-06-10 2: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
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
