feat(example): set default GPIO for esp32-s31 blink example

for both Function-Core Board and Korvo Board
This commit is contained in:
morris
2025-11-18 18:56:46 +08:00
parent 465c4ffc64
commit 587c1aa169
4 changed files with 10 additions and 11 deletions

View File

@@ -37,8 +37,6 @@
extern "C" {
#endif
//TODO: ["ESP32S31"] IDF-14777
#define spimem_flash_ll_get_hw(host_id) (((host_id)==SPI1_HOST ? &SPIMEM1 : NULL ))
#define spimem_flash_ll_hw_get_id(dev) ((dev) == (void*)&SPIMEM1? SPI1_HOST: -1)