From 02dc8a901d9432a8c19eac038afa1863711eb458 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 12 Dec 2024 21:36:41 -0500 Subject: basic function works --- test_fw/include/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_fw/include/log.h') diff --git a/test_fw/include/log.h b/test_fw/include/log.h index 18efa7a..b1aab96 100644 --- a/test_fw/include/log.h +++ b/test_fw/include/log.h @@ -1,6 +1,6 @@ #pragma once -#define USE_RTT 1 +#define USE_RTT 0 #define LOGGER Serial -- cgit v1.3.1