aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/rng.h')
-rw-r--r--os/hal/include/rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/rng.h b/os/hal/include/rng.h
index 4730f7b..0e3c484 100644
--- a/os/hal/include/rng.h
+++ b/os/hal/include/rng.h
@@ -57,7 +57,7 @@ typedef enum {
RNG_READY, /* Ready. */
} rngstate_t;
-#include "rng_lld.h"
+#include "hal_rng_lld.h"
/*===========================================================================*/