This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

app_fifo bug

There is a minor issue with the app_fifo library included with nRF5_SDK_11.0.0-2.alpha_bc3f6a0. If the app_fifo_write function is called with the parameter p_size set to 0, then it will write 1 byte into the FIFO instead of doing nothing.

Related