aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_i2s_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_i2s_lld.h')
-rw-r--r--os/hal/templates/hal_i2s_lld.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/os/hal/templates/hal_i2s_lld.h b/os/hal/templates/hal_i2s_lld.h
index 5b01183b4..2bd1a62d2 100644
--- a/os/hal/templates/hal_i2s_lld.h
+++ b/os/hal/templates/hal_i2s_lld.h
@@ -64,12 +64,16 @@
/**
* @brief Low level fields of the I2S driver structure.
*/
-#define i2s_lld_driver_fields
+#define i2s_lld_driver_fields \
+ /* Dummy field, it is not needed.*/ \
+ uint32_t dummy
/**
* @brief Low level fields of the I2S configuration structure.
*/
-#define i2s_lld_config_fields
+#define i2s_lld_config_fields \
+ /* Dummy configuration, it is not needed.*/ \
+ uint32_t dummy
/*===========================================================================*/
/* External declarations. */