Yeah that’s not gonna not work from a .c
file-- you need .cpp
and then at least extern "C"
in front of the void app_main()
function to get the proper linkage again.
1 Like
Yeah that’s not gonna not work from a .c
file-- you need .cpp
and then at least extern "C"
in front of the void app_main()
function to get the proper linkage again.