aboutsummaryrefslogtreecommitdiffstats
path: root/src/chserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chserial.c')
-rw-r--r--src/chserial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chserial.c b/src/chserial.c
index 54c2f9f7e..196c9d5c2 100644
--- a/src/chserial.c
+++ b/src/chserial.c
@@ -25,7 +25,6 @@
#include <ch.h>
#ifdef CH_USE_SERIAL_FULLDUPLEX
-
/**
* Initializes a generic full duplex driver. The HW dependent part of the
* initialization has to be performed outside, usually in the hardware
@@ -108,7 +107,6 @@ t_dflags chFDDGetAndClearFlags(FullDuplexDriver *sd) {
sd->sd_flags = SD_NO_ERROR;
return mask;
}
-
#endif /* CH_USE_SERIAL_FULLDUPLEX */
#ifdef CH_USE_SERIAL_HALFDUPLEX