]> begriffs open source - freertos/commit
Overwrite existing QueueRegistry entries when a handle is added multiple times. ...
authorPaul Bartell <pbartell@amazon.com>
Sat, 10 Apr 2021 00:06:58 +0000 (17:06 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Apr 2021 00:06:58 +0000 (17:06 -0700)
commita22b438e602d810098a320fc167fc1c79db7e9d2
tree14df0d996a53f4eaf3d6f79ce431f2af7ef31977
parenta31018d0251485a72ed71213a420c4e3e1dea5be
Overwrite existing QueueRegistry entries when a handle is added multiple times. (#306)

Overwrite an existing entry for a given xQueue handle when vQueueAddToRegistry is called with an xQueue handle of a queue that is already in the QueueRegistry.
include/queue.h
queue.c