summaryrefslogtreecommitdiff
path: root/stmhal/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-10-04 13:51:30 +1100
committerDamien George <damien.p.george@gmail.com>2016-10-04 13:51:30 +1100
commitbd925b59c3177542fa69c3c95f9f1a40ced18039 (patch)
tree903a3a3a88ac50ef592c1a4c6eaf1b00b6493ea9 /stmhal/mpconfigport.h
parentb0eb0d6153d63cf823065792db35d2858fbb9406 (diff)
stmhal/spi: Enable use of fast software SPI.
Diffstat (limited to 'stmhal/mpconfigport.h')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
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)