diff options
Diffstat (limited to 'src/peripheral/inc/peripheral.h')
| -rw-r--r-- | src/peripheral/inc/peripheral.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/inc/peripheral.h b/src/peripheral/inc/peripheral.h index b686eba..c4156db 100644 --- a/src/peripheral/inc/peripheral.h +++ b/src/peripheral/inc/peripheral.h @@ -25,7 +25,7 @@ union peripheral struct peripheral_common { enum peripheral_type type; - bool exit; + bool init, exit; } common; struct peripheral_pad |
