refactor(intr): add namespace for intr_cpu_id_t

previously the intr_types.h doesn't have a namespace,
it has the risk of introduing conflict in user's project.
This commit is contained in:
morris
2023-07-13 10:44:06 +08:00
parent c60cbcee5c
commit e8847a176f
12 changed files with 69 additions and 48 deletions

View File

@@ -148,6 +148,7 @@ INPUT = \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_ds.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_hmac.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_intr_alloc.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_intr_types.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_mac.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_random.h \
$(PROJECT_PATH)/components/esp_hw_support/include/esp_sleep.h \