forked from espressif/esp-idf
Fix compilation under C++ again
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user