Fix compilation under C++ again

This commit is contained in:
2023-04-27 12:47:12 +02:00
parent f89d6ee5a0
commit 82011d22c8

View File

@ -11,7 +11,7 @@ extern "C" {
#include <stdint.h>
typedef struct emac_ext_dev_s {
typedef volatile struct emac_ext_dev_s {
volatile union {
struct {
uint32_t div_num : 4;