Skip to content

Commit dfaaca7

Browse files
Merge pull request #293 from UniquePete/patch-1
Increase spi_TIMEOUT in SPI.cpp
2 parents 2e97a6d + 80b4732 commit dfaaca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/asr650x/SPI/SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "project.h"
2424
#include "HardwareSerial.h"
2525

26-
#define spi_TIMEOUT 500
26+
#define spi_TIMEOUT 4000
2727

2828

2929
SPIClass::SPIClass(uint8_t spi_bus)

0 commit comments

Comments
 (0)