diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 09:16:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 09:16:31 +0000 |
commit | 94bc0a8a6e0bd895385430e60403d0ae0e3c8a58 (patch) | |
tree | 2b23025b6839fbc9d290a7b80ff4d589cf515e38 /os/hal | |
parent | e333cf6082879af22adfc33465f28656ae600311 (diff) | |
download | ChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.tar.gz ChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.tar.bz2 ChibiOS-94bc0a8a6e0bd895385430e60403d0ae0e3c8a58.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/templates/hal_pal_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/templates/hal_pal_lld.h b/os/hal/templates/hal_pal_lld.h index 71d916dcd..c947c9d12 100644 --- a/os/hal/templates/hal_pal_lld.h +++ b/os/hal/templates/hal_pal_lld.h @@ -404,7 +404,6 @@ typedef uint32_t iopadid_t; (void)mode; \
} while (false)
-
/**
* @brief Returns a PAL event structure associated to a pad.
*
|