diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-07 09:41:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-07 09:41:48 +0000 |
commit | 127fe7e427d06d5e61cdf7c5e933a63e5dfd7bfe (patch) | |
tree | a7177f63d5f1031cab9501aee88bf2920f626ce2 /os/hal/include/pal.h | |
parent | b8c97b42474a7bc64ffa6a1c043a8123758fd2e3 (diff) | |
download | ChibiOS-127fe7e427d06d5e61cdf7c5e933a63e5dfd7bfe.tar.gz ChibiOS-127fe7e427d06d5e61cdf7c5e933a63e5dfd7bfe.tar.bz2 ChibiOS-127fe7e427d06d5e61cdf7c5e933a63e5dfd7bfe.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4422 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/pal.h')
-rw-r--r-- | os/hal/include/pal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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.
|