Technical debt: ENUM_32_BITS #3874

This commit is contained in:
rusefillc 2022-04-30 13:16:34 -04:00
parent 2785bff950
commit 57e61a1cc0
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ typedef enum {
/**
* https://rusefi.com//wiki/index.php?title=Manual:Debug_fields
*/
typedef enum {
typedef enum __attribute__ ((__packed__)) {
DBG_0 = 0,
DBG_TPS_ACCEL = 1,
DBG_GPPWM = 2,