From 69f211ae2c3f7a42d65e9f3bdb4e192016a53d94 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Nov 2014 16:38:13 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7462 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/pal_lld.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'os/hal/templates/pal_lld.c') diff --git a/os/hal/templates/pal_lld.c b/os/hal/templates/pal_lld.c index ac0bdca44..306850409 100644 --- a/os/hal/templates/pal_lld.c +++ b/os/hal/templates/pal_lld.c @@ -15,14 +15,13 @@ */ /** - * @file templates/pal_lld.c - * @brief PAL subsystem low level driver template. + * @file pal_lld.c + * @brief PLATFORM PAL subsystem low level driver source. * * @addtogroup PAL * @{ */ -#include "ch.h" #include "hal.h" #if HAL_USE_PAL || defined(__DOXYGEN__) -- cgit v1.2.3