aboutsummaryrefslogtreecommitdiff
path: root/post/board/pdm360ng/coproc_com.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/board/pdm360ng/coproc_com.c')
-rw-r--r--post/board/pdm360ng/coproc_com.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/post/board/pdm360ng/coproc_com.c b/post/board/pdm360ng/coproc_com.c
index 075535213..b7e02b573 100644
--- a/post/board/pdm360ng/coproc_com.c
+++ b/post/board/pdm360ng/coproc_com.c
@@ -28,8 +28,6 @@
#include <post.h>
#include <serial.h>
-#if defined(CONFIG_SERIAL_MULTI)
-
/*
* Actually the termination sequence of the coprocessor
* commands is "\r\n" (CR LF), but here we use a side effect of
@@ -94,4 +92,3 @@ int coprocessor_post_test(int flags)
return 0;
}
-#endif /* CONFIG_SERIAL_MULTI */