Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Nov 11, 2024
1 parent d715d58 commit d05290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lgfx/v1/platforms/esp32/Bus_SPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Original Source:
#endif

#ifndef SPI_PIN_REG
#define SPI_PIN_REG(i) SPI_MISC_REG(i)
#define SPI_PIN_REG SPI_MISC_REG
#endif

#if defined (SOC_GDMA_SUPPORTED) // for C3/C6/S3
Expand Down

0 comments on commit d05290f

Please sign in to comment.