linker issue with freeRTOS osMailQId
HiIn main.c I have got these lines: osMailQDef (object_pool_q, 10, MEM_memberTypeDef); // Declare mail queue osMailQId (object_pool_q_id); object_pool_q_id = osMailCreate(osMailQ(object_pool_q), NULL);in another file in my therad I want to access obj...