diff options
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/hal_wspi_lld.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/templates/hal_wspi_lld.h b/os/hal/templates/hal_wspi_lld.h index 9b3a1550d..6c54d43b7 100644 --- a/os/hal/templates/hal_wspi_lld.h +++ b/os/hal/templates/hal_wspi_lld.h @@ -32,10 +32,11 @@ /*===========================================================================*/
/**
- * @name WSPI capabilities
+ * @name WSPI implementation capabilities
* @{
*/
#define WSPI_SUPPORTS_MEMMAP TRUE
+#define WSPI_DEFAULT_CFG_MASKS TRUE
/** @} */
/*===========================================================================*/
|