From ff9e21bc296c075bdbf4873c5f9b19d3f4c7f57c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 14 Feb 2009 09:11:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@763 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates') diff --git a/src/templates/chcore.c b/src/templates/chcore.c index 95aeac1c5..7f64ee35b 100644 --- a/src/templates/chcore.c +++ b/src/templates/chcore.c @@ -112,7 +112,7 @@ void port_wait_for_interrupt(void) { */ void port_halt(void) { - port_disable_all(); + port_disable(); while (TRUE) { } } -- cgit v1.2.3