NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

Internal event queue size #134

Closed downwith closed 7 years ago

downwith commented 7 years ago

RBC_MESH_INTERNAL_EVENT_QUEUE_LENGTH in rbc_mesh.h does not appear to be linked to the size of the event queue. I'm guessing ASYNC_EVENT_FIFO_QUEUE_SIZE in event_handler.c should be replaced by this. Am I correct?

trond-snekvik commented 7 years ago

I believe you're correct, yes.

trond-snekvik commented 7 years ago

Fixed in 0.8.7