From 4c4bf54904b103efcc852290b16275c169b5b7d2 Mon Sep 17 00:00:00 2001 From: Naichen <49353868+naichenzhao@users.noreply.github.com> Date: Fri, 24 May 2024 18:01:21 -0700 Subject: [PATCH] Update include/core/platform/lf_STM32f4_support.h Co-authored-by: Marten Lohstroh --- include/core/platform/lf_STM32f4_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/platform/lf_STM32f4_support.h b/include/core/platform/lf_STM32f4_support.h index 063421d6d..098072f5d 100644 --- a/include/core/platform/lf_STM32f4_support.h +++ b/include/core/platform/lf_STM32f4_support.h @@ -3,7 +3,7 @@ #ifndef LF_STM32F4_SUPPORT_H #define LF_STM32F4_SUPPORT_H -// I have no idea what the fuck TTY is so i guess we dont support it +// No support for a terminal to print to. #define NO_TTY #include