Hi
At the end of cslr_spi.h, right curly bracket is missing :
Just add
"
#ifdef __cplusplus
}
#endif
"
Regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
At the end of cslr_spi.h, right curly bracket is missing :
Just add
"
#ifdef __cplusplus
}
#endif
"
Regards
This is still a bug in pdk_c6678_1_0_0_20 cslr_spi.h.
When compiling as c++, there is a mismatched #ifdef __cplusplus statement. There is an opening
but there is no closing
#ifdef __cplusplus
} //extern "C"
#endif
To where do these kinds of bugs get reported?
Thanks,
John