User Activity

Posted on July 23, 2015 at 12:19Hello. There is a bug in the cmsis_os.c file: at line 757:   return xQueueCreate(queue_def->queue_sz, (uint32_t) sizeof(queue_def->item_sz)); sizeof(item_sz) is always 4, so all queues are created with element size = ...