git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4674 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
0220bb792b
commit
c6ed1fb4ff
|
@ -94,6 +94,7 @@ typedef void (*stm8func_t)(void);
|
||||||
*/
|
*/
|
||||||
struct extctx {
|
struct extctx {
|
||||||
uint8_t _next;
|
uint8_t _next;
|
||||||
|
uint8_t c_lreg[4];
|
||||||
uint8_t c_y[3];
|
uint8_t c_y[3];
|
||||||
uint8_t c_x[3];
|
uint8_t c_x[3];
|
||||||
uint8_t cc;
|
uint8_t cc;
|
||||||
|
|
Loading…
Reference in New Issue