From 99c3815a527585127b850f555078de4792ca7caf Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 4 Apr 2016 23:37:20 -0300 Subject: Fix testhal demos (except for RNG) --- os/hal/include/rng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include/rng.h') 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" /*===========================================================================*/ -- cgit v1.2.3