diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-19 10:45:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-19 10:45:19 +0000 |
commit | 4d6e73c3af1e2bac8aa9270b1b61afc1f5b5e243 (patch) | |
tree | a020414b12d35b09387eccfecac22b076faa503e | |
parent | dda9064f21a37434dbdcbc8db26ceabc2f7a37df (diff) | |
download | ChibiOS-4d6e73c3af1e2bac8aa9270b1b61afc1f5b5e243.tar.gz ChibiOS-4d6e73c3af1e2bac8aa9270b1b61afc1f5b5e243.tar.bz2 ChibiOS-4d6e73c3af1e2bac8aa9270b1b61afc1f5b5e243.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5260 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/PPC-SPC560B-GCC/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/PPC-SPC560B-GCC/mcuconf.h b/demos/PPC-SPC560B-GCC/mcuconf.h index f0bde5dfa..48bb7462c 100644 --- a/demos/PPC-SPC560B-GCC/mcuconf.h +++ b/demos/PPC-SPC560B-GCC/mcuconf.h @@ -156,6 +156,7 @@ #define SPC5_ME_LP_PC7_BITS (SPC5_ME_LP_PC_HALT0 | \
SPC5_ME_LP_PC_STOP0)
#define SPC5_PIT0_IRQ_PRIORITY 4
+#define SPC5_CLOCK_FAILURE_HOOK() chSysHalt()
/*
* SERIAL driver system settings.
|