From fa633952dc35049323b89f4bf6d44f4bcc543c59 Mon Sep 17 00:00:00 2001 From: Bob Ryan <bob@drinksbeer.org> Date: Sun, 2 Jul 2023 20:05:36 -0700 Subject: [PATCH] Remove CFLAGS switch for STDOUT_UART --- examples/uartdemo/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/uartdemo/Makefile b/examples/uartdemo/Makefile index 0d5fb5d..e13216a 100644 --- a/examples/uartdemo/Makefile +++ b/examples/uartdemo/Makefile @@ -2,8 +2,6 @@ all : flash TARGET:=uartdemo -CFLAGS+=-DSTDOUT_UART - include ../../ch32v003fun/ch32v003fun.mk flash : cv_flash -- GitLab