ATMEGA2560: Fix compilation when CONFIG_DISABLE_SIGNALS is undefined
This commit is contained in:
parent
d3d98f9b6a
commit
b9f06dc5e3
@ -117,6 +117,9 @@ struct xcptcontext
|
||||
|
||||
uint8_t saved_pc1;
|
||||
uint8_t saved_pc0;
|
||||
# if defined(REG_PC2)
|
||||
uint8_t saved_pc2;
|
||||
# endif
|
||||
uint8_t saved_sreg;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user