diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-12-12 21:36:41 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-12-12 21:36:41 -0500 |
| commit | 02dc8a901d9432a8c19eac038afa1863711eb458 (patch) | |
| tree | 6373015d0ff6efb0161e7402fa136da5159a86b9 /test_fw/include/log.h | |
| parent | 9bb37f327e607a90eb1881563da5139f7ae5276a (diff) | |
basic function works
Diffstat (limited to 'test_fw/include/log.h')
| -rw-r--r-- | test_fw/include/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
