diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-16 18:01:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-16 18:01:29 +0000 |
commit | c6ed1fb4ff5db362ed85bb7a5f677b4576cce53c (patch) | |
tree | c0e03f99d02a12cafdec4ed0208adbf3f9e2d021 /os/ports/cosmic | |
parent | 0220bb792bbc3f054832269c6bba1727bdf92d97 (diff) | |
download | ChibiOS-c6ed1fb4ff5db362ed85bb7a5f677b4576cce53c.tar.gz ChibiOS-c6ed1fb4ff5db362ed85bb7a5f677b4576cce53c.tar.bz2 ChibiOS-c6ed1fb4ff5db362ed85bb7a5f677b4576cce53c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4674 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/cosmic')
-rw-r--r-- | os/ports/cosmic/STM8/chcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/ports/cosmic/STM8/chcore.h b/os/ports/cosmic/STM8/chcore.h index ffbac228b..73ceebeb7 100644 --- a/os/ports/cosmic/STM8/chcore.h +++ b/os/ports/cosmic/STM8/chcore.h @@ -94,6 +94,7 @@ typedef void (*stm8func_t)(void); */
struct extctx {
uint8_t _next;
+ uint8_t c_lreg[4];
uint8_t c_y[3];
uint8_t c_x[3];
uint8_t cc;
|