From 388041b3d4dc72126c323cc587582a4d6ce7f7b6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 12 Jul 2015 08:18:09 +0000 Subject: [PATCH] updated readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8083 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index f80411fba..ed3562450 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ sufficient to call lwipInit(NULL); in order to start the subsystem. Demo updated. - RT: Fixed compilation error in RT when registry is disabled (bug #614). +- NIL: Fixed OSAL_ST_MODE not defined in AVR port (bug #613). - NIL: Fixed nilrtos redefinition of systime_t (bug #611). - HAL: Fixed TIM2 wrongly classified as 32bits in STM32F1xx devices (bug #610).