aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/halconf.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:02:42 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:02:42 -0400
commit2535aace51f29c050d84ac7fcd923649d72f2ae4 (patch)
tree3c9a7e8935a06a1ce7fe833b4ed29127adc8f82e /cfg/halconf.h
parent6463ae4174d093f3eac4dfc28e234d105484ed0f (diff)
wip: prep code for brief execution
we do *not* have much power available
Diffstat (limited to 'cfg/halconf.h')
-rw-r--r--cfg/halconf.h2
1 files changed, 1 insertions, 1 deletions
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
/**