typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2511 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5a951d5877
commit
1502a91c39
|
@ -74,7 +74,7 @@
|
||||||
- CHANGE: Changes in the board files organization, now the board
|
- CHANGE: Changes in the board files organization, now the board
|
||||||
initialization is invoked from within halInit() after all the device
|
initialization is invoked from within halInit() after all the device
|
||||||
drivers have been initialized. Now applications are required to
|
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
|
- CHANGE: Removed the CMSIS files from the ARMCMx port, added the headers
|
||||||
into the various HAL platforms requiring them. The change is required
|
into the various HAL platforms requiring them. The change is required
|
||||||
because the port layer must not have vendor specific dependencies and
|
because the port layer must not have vendor specific dependencies and
|
||||||
|
|
Loading…
Reference in New Issue