named union to avoid compile error.
This commit is contained in:
parent
3aa33779df
commit
28f154e30f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ extern "C"
|
|||
__I uint16_t REVID;
|
||||
__I uint16_t DEVID;
|
||||
}s;
|
||||
};
|
||||
}u;
|
||||
} INFO_TypeDef;
|
||||
|
||||
/* General Purpose I/O */
|
||||
|
|
Loading…
Add table
Reference in a new issue