diff options
Diffstat (limited to 'cfg/halconf.h')
-rw-r--r-- | cfg/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/halconf.h b/cfg/halconf.h index 6688b95..e3a57ae 100644 --- a/cfg/halconf.h +++ b/cfg/halconf.h @@ -447,7 +447,7 @@ * @note Disabling this option saves both code and data space.
*/
#if !defined(SPI_USE_WAIT) || defined(__DOXYGEN__)
-#define SPI_USE_WAIT FALSE
+#define SPI_USE_WAIT TRUE
#endif
/**
|