ci(esp32p4): fixed public header check and build failure for P4

This commit is contained in:
Marius Vikhammer
2023-08-11 09:52:23 +08:00
parent ba8c18182a
commit fc83060fba
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
extern "C" {
#endif
#define GPIO_MATRIX_CONST_ONE_INPUT (0x3F)
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x3E)
#ifdef __cplusplus
}

View File

@@ -197,6 +197,7 @@ components/hal/esp32p4/include/hal/gpspi_flash_ll.h
components/hal/esp32p4/include/hal/mcpwm_ll.h
components/hal/esp32p4/include/hal/mpi_ll.h
components/hal/esp32p4/include/hal/mpu_ll.h
components/hal/esp32p4/include/hal/pcnt_ll.h
components/hal/esp32p4/include/hal/spi_flash_ll.h
components/hal/esp32p4/include/hal/spimem_flash_ll.h
components/hal/esp32s2/include/hal/aes_ll.h