aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-27 15:53:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-02-27 15:53:49 +0000
commit64e798c8cd4ae5e6ce18290f8452099ec90ebd14 (patch)
tree5ddcec1ccf778e386d0e0eb8bc6c759e6e08a225 /demos/AVR-ATmega128-GCC/chconf.h
parent1d8c29c017b98aa823230ce49e9dbae2911b1e02 (diff)
downloadChibiOS-64e798c8cd4ae5e6ce18290f8452099ec90ebd14.tar.gz
ChibiOS-64e798c8cd4ae5e6ce18290f8452099ec90ebd14.tar.bz2
ChibiOS-64e798c8cd4ae5e6ce18290f8452099ec90ebd14.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@207 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index c8817f85c..17c2c3d38 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -152,7 +152,7 @@
* ChibiOS/RT code <b>must</b> be recompiled with the GCC option \p
* -ffixed-<reg>.
*/
-//#define CH_CURRP_REGISTER_CACHE "r7"
+//#define CH_CURRP_REGISTER_CACHE "r8"
/** Configuration option: Includes basic debug support to the kernel.
* @note the debug support is port-dependent, it may be not present on some