Skip to content

Commit

Permalink
Update Bus_SPI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Jul 26, 2024
1 parent 6cef279 commit 9cc1275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lgfx/v1/platforms/esp32/Bus_SPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Original Source:
#define DMA_OUTFIFO_STATUS_CH0_REG AXI_DMA_OUTFIFO_STATUS_CH0_REG
#define DMA_OUTLINK_START_CH0 AXI_DMA_OUTLINK_START_CH0
#define DMA_OUTFIFO_EMPTY_CH0 AXI_DMA_OUTFIFO_L3_EMPTY_CH0
#define GDMA AXI_DMA // TODO: fix this
#else
#if !defined DMA_OUT_LINK_CH0_REG
#define DMA_OUT_LINK_CH0_REG GDMA_OUT_LINK_CH0_REG
Expand Down

0 comments on commit 9cc1275

Please sign in to comment.