Hello Alex, You do not need to include bsp_api, tx_port & etc. - they are included through xxx_thread.h file. ux_utility.h is also not necessary to implement on the application level. The errors you are seeing are semantic errors generated by Eclipse codan (code analyzer). Contents of the header files that define VOID or UINT have not been indexed, hence you're seeing the problems. If you build the project however, the compiler won't report any issues. You can manually rebuild the index to remove these warnings by right-clicking your project in the Project Explorer pane and selecting Index - Rebuild. Regards
↧