Skip to content

Commit

Permalink
Testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Jun 7, 2024
1 parent 4203805 commit 427ca82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/ili9340/ili9340.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ 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 );
#endif
#if 0
#else
ret = spi_device_polling_transmit( SPIHandle, &SPITransaction );
#endif
assert(ret==ESP_OK);
Expand Down

0 comments on commit 427ca82

Please sign in to comment.