From 2535aace51f29c050d84ac7fcd923649d72f2ae4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 7 Jun 2024 20:02:42 -0400 Subject: wip: prep code for brief execution we do *not* have much power available --- cfg/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg/halconf.h') diff --git a/cfg/halconf.h b/cfg/halconf.h index 3a05139..164616c 100644 --- a/cfg/halconf.h +++ b/cfg/halconf.h @@ -142,7 +142,7 @@ * @brief Enables the SERIAL subsystem. */ #if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__) -#define HAL_USE_SERIAL TRUE +#define HAL_USE_SERIAL FALSE #endif /** -- cgit v1.2.3