C++ relevant bug in generated usbd_conf.h
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-04-15 1:08 PM
Posted on April 15, 2014 at 22:08
I found out that in my case the generated usbd_conf.h file contains a bug which is only visible when including it from a c++ file.
The code contains the typical conditional 'extern ''C''' declaration at the beginning, but lacks the matching conditional closing parenthesis at the end.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-04-22 5:23 AM
Posted on April 22, 2014 at 14:23
You are correct. Anyway, this extern C code will be removed starting with STM32Cube MX 4.2.
