git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2511 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-12-19 12:58:13 +00:00
parent 5a951d5877
commit 1502a91c39
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
- CHANGE: Changes in the board files organization, now the board
initialization is invoked from within halInit() after all the device
drivers have been initialized. Now applications are required to
explicitely invoke halInit() and chSysInit() from within their main().
explicitly invoke halInit() and chSysInit() from within their main().
- CHANGE: Removed the CMSIS files from the ARMCMx port, added the headers
into the various HAL platforms requiring them. The change is required
because the port layer must not have vendor specific dependencies and