Changed a few #define -> cube IDE goes nuts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-24 12:55 AM - edited ‎2024-03-24 12:57 AM
How in the world is this happening now? Just made some changes there. Renamed and changed the values.
The first line has "missing whitespace after the macro name"
Aprilfools day is still not here yet!
Solved! Go to Solution.
- Labels:
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-24 1:02 AM
Found it: There were special (invisble) chars in there!
I used find and replace. How could that get in there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-24 1:02 AM
Found it: There were special (invisble) chars in there!
I used find and replace. How could that get in there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-24 1:24 AM
There may be some nonprinting character between the characters you see, and/or the underscore may be a different Unicode character, which prints as underscore but is not recognized as underscore.
Rewrite the given lines manually, don't copy/paste.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-24 1:42 AM
Are you still sleepy? The soluton/cause has been posted 22 minutes before ;)
