mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
ATMEGA2560: Fix compilation when CONFIG_DISABLE_SIGNALS is undefined
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user