named union to avoid compile error.

This commit is contained in:
Jake Goodwin 2025-03-09 09:32:33 -07:00
parent 3aa33779df
commit 28f154e30f

View file

@ -228,7 +228,7 @@ extern "C"
__I uint16_t REVID;
__I uint16_t DEVID;
}s;
};
}u;
} INFO_TypeDef;
/* General Purpose I/O */