From f905d498c81714e5c846529a441ef6977908d39f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 08:08:40 +0000 Subject: Renaming of LLD files inclusions. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9207 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_wdg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include/hal_wdg.h') diff --git a/os/hal/include/hal_wdg.h b/os/hal/include/hal_wdg.h index 5e06716ef..b2c86c146 100644 --- a/os/hal/include/hal_wdg.h +++ b/os/hal/include/hal_wdg.h @@ -52,7 +52,7 @@ typedef enum { WDG_READY = 2 /**< Ready. */ } wdgstate_t; -#include "wdg_lld.h" +#include "hal_wdg_lld.h" /*===========================================================================*/ /* Driver macros. */ -- cgit v1.2.3