aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/hal/include/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h
index c937e3201..430e00f60 100644
--- a/os/hal/include/pal.h
+++ b/os/hal/include/pal.h
@@ -557,7 +557,7 @@ typedef struct {
* @special
*/
#if !defined(pal_lld_writeline) || defined(__DOXYGEN__)
-#define palWriteLine(line, bit) palWrite(PAL_PORT(line), PAL_PAD(line), bit)
+#define palWriteLine(line, bit) palWritePad(PAL_PORT(line), PAL_PAD(line), bit)
#else
#define palWriteLine(line, bit) pal_lld_writeline(line, bit)
#endif