Bump backoffAlgorithm submodule for API change and update demos (#426)

The API of FreeRTOS/backoffAlgorithm library has changed to remove dependency on random number generator; instead require the caller to generate the random number and pass it to the BackoffAlgorithm_GetNextBackoff API for backoff period calculation. This PR updates the submodule pointer commit, and updates the demos and tests to use the simplied library API
This commit is contained in:
Archit Aggarwal
2020-11-30 11:12:07 -08:00
committed by GitHub
parent 220dd5cc1c
commit 682447445b
9 changed files with 121 additions and 287 deletions