From 127fe7e427d06d5e61cdf7c5e933a63e5dfd7bfe Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 7 Jul 2012 09:41:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4422 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/pal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index fddc767af..da4c5fe51 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -493,7 +493,6 @@ typedef struct { #define palTogglePad(port, pad) pal_lld_togglepad(port, pad) #endif - /** * @brief Pad mode setup. * @details This function programs a pad with the specified mode. -- cgit v1.2.3