aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-14 09:11:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-14 09:11:26 +0000
commitff9e21bc296c075bdbf4873c5f9b19d3f4c7f57c (patch)
tree842db8937ad20d0b011bca0d6e193e37e143c22b /src/templates
parent9683fd11ac0025209f1e2104ad108e4dc3ab71c7 (diff)
downloadChibiOS-ff9e21bc296c075bdbf4873c5f9b19d3f4c7f57c.tar.gz
ChibiOS-ff9e21bc296c075bdbf4873c5f9b19d3f4c7f57c.tar.bz2
ChibiOS-ff9e21bc296c075bdbf4873c5f9b19d3f4c7f57c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@763 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/chcore.c2
1 files changed, 1 insertions, 1 deletions
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) {
}
}