soc: Update esp32c3 soc headers

From internal commit 6d894813
This commit is contained in:
Angus Gratton
2020-12-22 19:35:05 +11:00
parent 6d6510c39b
commit b7f4c46a82
17 changed files with 149 additions and 1812 deletions

View File

@@ -328,7 +328,7 @@ typedef volatile struct {
uint32_t val;
} date;
} i2s_dev_t;
extern i2s_dev_t I2S1;
extern i2s_dev_t I2S0;
#ifdef __cplusplus
}
#endif