aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_trng_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_trng_lld.h')
-rw-r--r--os/hal/templates/hal_trng_lld.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/os/hal/templates/hal_trng_lld.h b/os/hal/templates/hal_trng_lld.h
index 1c7cfc7e7..c43d09bc2 100644
--- a/os/hal/templates/hal_trng_lld.h
+++ b/os/hal/templates/hal_trng_lld.h
@@ -62,17 +62,19 @@
/*===========================================================================*/
/**
+ * @brief Low level fields of the TRNG driver structure.
+ */
+#define trng_lld_driver_fields \
+ /* Dummy field, it is not needed.*/ \
+ uint32_t dummy
+
+/**
* @brief Low level fields of the TRNG configuration structure.
*/
#define trng_lld_config_fields \
/* Dummy configuration, it is not needed.*/ \
uint32_t dummy
-/**
- * @brief Low level fields of the TRNG driver structure.
- */
-#define trng_lld_driver_fields
-
/*===========================================================================*/
/* External declarations. */
/*===========================================================================*/