CMSIS_OS.h warning - osThreadDef, warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
Posted on May 01, 2018 at 03:41Has anyone seen this warning while using FreeRTOS? The full define is :#define osThreadDef(name, thread, priority, instances, stacksz) \const osThreadDef_t os_thread_def_##name = \{ #name, (thread), (priority), (inst...