diff options
Diffstat (limited to 'os')
-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.
|