From f0ca6dea14c7cc7aba92070810d9823d5669a6f9 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 4 Aug 2019 21:52:43 +0200 Subject: [PATCH] POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73457d46c..099350bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection +- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days ### Added - btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations