MediaTek-Labs / mt3620_m4_software

mt3620_m4_driver
Other
32 stars 29 forks source link

Headers are not fully C++ compatible #27

Closed JakeSays closed 4 years ago

JakeSays commented 4 years ago

Some headers have C++ support in them, some have partial c++ support (mhal_osai.h being one) and some have no support.

All headers should be wrapped in extern "C" guards.

LawranceLiu commented 4 years ago

Thanks for the notification. We will have a full review and update it in the next release.

LawranceLiu commented 4 years ago

Header files are updated in release_200828.

LawranceLiu commented 4 years ago

Close this issue due to the solution is included in release_200828. Please reopen if any further issues found.