X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_pyro.h;h=f17abed377907fa0fa4eb5a5c34c7f30c5c1bc21;hb=c5e8826aa260d4aca492d684b94adc7eea0254eb;hp=4a8c3aabb1857c8adb4d7727f00bc4a5f0d4f407;hpb=db30a0dd958617cbe7fa8054ebb7b40ced90b602;p=fw%2Faltos diff --git a/src/kernel/ao_pyro.h b/src/kernel/ao_pyro.h index 4a8c3aab..f17abed3 100644 --- a/src/kernel/ao_pyro.h +++ b/src/kernel/ao_pyro.h @@ -76,8 +76,8 @@ struct ao_pyro { int32_t delay; uint8_t state_less, state_greater_or_equal; int16_t motor; - int32_t delay_done; - uint8_t _unused; /* was 'fired' */ + uint32_t _unused1; /* was 'delay_done' */ + uint8_t _unused2; /* was 'fired' */ }; #define AO_PYRO_8_BIT_VALUE (ao_pyro_state_less|ao_pyro_state_greater_or_equal)