git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@763 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-14 09:11:26 +00:00
parent 9683fd11ac
commit ff9e21bc29
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
*** 1.1.1unstable ***
- FIX: fixed a small problem in the chcore.c template file.
*** 1.1.0unstable ***
- FIX: Modified the default value for the STM32 HSI setup it was 1, it should
be 0x10 (backported in stable branch).

View File

@ -112,7 +112,7 @@ void port_wait_for_interrupt(void) {
*/
void port_halt(void) {
port_disable_all();
port_disable();
while (TRUE) {
}
}