Skip to content

Commit

Permalink
Updated to IDF 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsg committed Jan 15, 2024
1 parent f125b2d commit 22dbfca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/modules/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ LROT_BEGIN(lspi, NULL, 0)
#endif
LROT_NUMENTRY( SPI1, SPI1_HOST )
LROT_NUMENTRY( SPI2, SPI2_HOST )
#ifdef SPI3_HOST
LROT_NUMENTRY( SPI3, SPI3_HOST )
#endif
LROT_END(lspi, NULL, 0)

int luaopen_spi( lua_State *L ) {
Expand Down
2 changes: 1 addition & 1 deletion sdk/esp32-esp-idf

0 comments on commit 22dbfca

Please sign in to comment.