forked from espressif/esp-idf
Fix compilation under C++ again
This commit is contained in:
@ -11,7 +11,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef struct emac_ext_dev_s {
|
typedef volatile struct emac_ext_dev_s {
|
||||||
volatile union {
|
volatile union {
|
||||||
struct {
|
struct {
|
||||||
uint32_t div_num : 4;
|
uint32_t div_num : 4;
|
||||||
|
Reference in New Issue
Block a user