SPC560Bxx OSAL component in C++
The 'SPC560Bxx OSAL Component RLA' 1.0.201704140929 doesn't work with C++ since the extern 'C'-block isn't closed in osal.h and systimer.h
#spc5studio #c++The 'SPC560Bxx OSAL Component RLA' 1.0.201704140929 doesn't work with C++ since the extern 'C'-block isn't closed in osal.h and systimer.h
#spc5studio #c++Hi,
many thanks for the feedback. We'll fix this issue for next SPC5studio release.
meanwhile (but I think you have already did it) adding the following lines at the end of function declaration
in systimer,h and osal.h will let you compile without errors:
#ifdef __cplusplus
}#endif
Regards,
Procolo
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.