From 5c37d04ebf697e07592952ecf7fcccf558dbb23e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 10 Sep 2010 12:31:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2171 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index f6ecd3367..1661f3ebb 100644 --- a/readme.txt +++ b/readme.txt @@ -107,6 +107,8 @@ receiver in UART_RX_IDLE state, the receive operation continues unless explicitly stopped in the error callback handler. This considerably simplifies the low level driver code. +- CHANGE: Removed a spurious trailing ; after the WORKING_AREA() macro + declaration in several ports. The ; should go after the macro invocation. - CHANGE: Modified the STM32 ADC driver to use the new DMA infrastructure. - CHANGE: Modified the STM32 SPI driver to use the new DMA infrastructure. - CHANGE: Added DMA cleanup code to the STM32 dmaInit() function. -- cgit v1.2.3