1
0
forked from me/IronOS

Clean up soldering temp adjust button handling

This commit is contained in:
Ben V. Brown
2022-01-05 20:41:38 +11:00
parent 8c25937f20
commit 26c7d0f2cb
2 changed files with 8 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ typedef struct {
uint16_t versionMarker;
uint16_t length; // Length of valid bytes following
uint16_t settingsValues[SettingsOptionsLength];
// used to make this nicely "good enough" aligned to 32 butes to make driver code trivial
// used to make this nicely "good enough" aligned to 32 bytes to make driver code trivial
uint32_t padding;
} systemSettingsType;