diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-10-04 13:51:30 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-10-04 13:51:30 +1100 |
| commit | bd925b59c3177542fa69c3c95f9f1a40ced18039 (patch) | |
| tree | 903a3a3a88ac50ef592c1a4c6eaf1b00b6493ea9 /stmhal/mpconfigport.h | |
| parent | b0eb0d6153d63cf823065792db35d2858fbb9406 (diff) | |
stmhal/spi: Enable use of fast software SPI.
Diffstat (limited to 'stmhal/mpconfigport.h')
| -rw-r--r-- | stmhal/mpconfigport.h | 1 |
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) |
