OVMS3-idf/components/freertos/include
Daniel Campora 2a73783bc6 StaticQueue_t needs to have the same size as xQUEUE.
Without this change, building FreeRTOS with static allocation enabled succeeds, but trying to create a queue from a static buffer causes an assert because the size of static and dynamic queues differ.
2016-11-22 22:29:27 +08:00
..
freertos StaticQueue_t needs to have the same size as xQUEUE. 2016-11-22 22:29:27 +08:00