ATMEGA2560: Fix compilation when CONFIG_DISABLE_SIGNALS is undefined

This commit is contained in:
Dimitry Kloper 2016-01-04 21:39:48 +02:00
parent d3d98f9b6a
commit b9f06dc5e3

View File

@ -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