Only one fb-terminal-based putchar_()
This commit is contained in:
@ -28,12 +28,6 @@ CFLAGS += -I. \
|
||||
-DPICO_SUPPORT_IPV4 \
|
||||
-DPICO_SUPPORT_MUTEX \
|
||||
|
||||
ifeq ($(PUTCHAR_),fb)
|
||||
CFLAGS += -DPUTCHAR_=PUTCHAR_FB
|
||||
else
|
||||
CFLAGS += -DPUTCHAR_=PUTCHAR_SERIAL
|
||||
endif
|
||||
|
||||
include arch/$(ARCH)/$(ARCH).mk
|
||||
include extconf/extra.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user