diff options
| author | hathach <[email protected]> | 2021-07-12 20:17:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-12 20:17:44 +0700 |
| commit | 389d34067854fcf39dd1839f2643bd8300aafe1d (patch) | |
| tree | afbc4d8481369a542f09f3ce5cf754340dc5a3be /src | |
| parent | 680b000bd1471d731117ccf4f3fe35579d346cb8 (diff) | |
clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/dfu/dfu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/dfu/dfu_device.c b/src/class/dfu/dfu_device.c index ae056b441..a7a8f578c 100644 --- a/src/class/dfu/dfu_device.c +++ b/src/class/dfu/dfu_device.c @@ -42,7 +42,7 @@ //--------------------------------------------------------------------+ // INTERNAL OBJECT & FUNCTION DECLARATION //--------------------------------------------------------------------+ -typedef struct TU_ATTR_PACKED +typedef struct { dfu_device_status_t status; dfu_state_t state; |
