mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
In C++ applications, methods which are meant to be implemented in C should be wrapped in a `extern "C"` scope at the point of declaration. This enables the correct symbol table mangling, which fixes current linker errors in C++. Signed-off-by: Alexander Dengg <dornbirndevelops@gmail.com>