Skip to content

Commit

Permalink
Testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Jun 8, 2024
1 parent 726fc9c commit 1d4fb1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ili9340/ili9340.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ bool spi_master_write_byte(spi_device_handle_t SPIHandle, const uint8_t* Data, s
SPITransaction.tx_buffer = Data;
#if 1
ret = spi_device_transmit( SPIHandle, &SPITransaction );
#else
#endif
#if 0
ret = spi_device_polling_transmit( SPIHandle, &SPITransaction );
#endif
assert(ret==ESP_OK);
Expand Down

0 comments on commit 1d4fb1b

Please sign in to comment.