From 860eb801bfd604e4665590d6ac84d255dedbf614 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 12 Oct 2008 17:54:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@465 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9582d3035..a74a9ca08 100644 --- a/readme.txt +++ b/readme.txt @@ -89,7 +89,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, vectors.s files. - Modified the STM32 demo makefile to use the latest YAGARTO toolchain as default (arm-elf-gcc). - + *** 0.7.1 *** - NEW: New chThdInit() and chThdCreateStatic() APIs now replace the old chThdCreate() and chThdCreateFast() that are thus marked as deprecated.