STM32Cube project, how does a file (source or header) containing only a path work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 12:49 AM - edited ‎2024-07-25 12:51 AM
For example there would be a file called "common.h" containing a single line no #include or anything:
Grateful for any insight!
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 1:33 AM
> file called "common.h" containing a single line no #include or anything:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 1:33 AM
> file called "common.h" containing a single line no #include or anything:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-25 1:46 AM
Thank you so much!
This was really bothering me that I couldn't figure out what it was. It does indeed seem to be symlinks because I cloned the repository into windows as is and it runs just fine if I do it in WSL instead.
