From bd925b59c3177542fa69c3c95f9f1a40ced18039 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 4 Oct 2016 13:51:30 +1100 Subject: stmhal/spi: Enable use of fast software SPI. --- stmhal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/mpconfigport.h') diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 98d1e17e3..aff13f329 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -94,6 +94,7 @@ #define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MACHINE_I2C (1) #define MICROPY_PY_MACHINE_SPI (1) +#define MICROPY_PY_MACHINE_SPI_MIN_DELAY (0) #define MICROPY_PY_FRAMEBUF (1) #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) -- cgit v1.2.3