From a22a4fd0632277dc195cff9bd929d31417b285b5 Mon Sep 17 00:00:00 2001 From: Naichen <49353868+naichenzhao@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:45:07 -0700 Subject: [PATCH] Update low_level_platform/api/platform/lf_STM32f4_support.h Co-authored-by: erling --- low_level_platform/api/platform/lf_STM32f4_support.h | 1 - 1 file changed, 1 deletion(-) diff --git a/low_level_platform/api/platform/lf_STM32f4_support.h b/low_level_platform/api/platform/lf_STM32f4_support.h index 063421d6d..c08a9fad0 100644 --- a/low_level_platform/api/platform/lf_STM32f4_support.h +++ b/low_level_platform/api/platform/lf_STM32f4_support.h @@ -8,7 +8,6 @@ #include -// Defines for formatting time in printf for pico #define PRINTF_TAG "(" PRINTF_TIME ", " PRINTF_MICROSTEP ")" #define PRINTF_TIME "%lld" #define PRINTF_MICROSTEP "%d"