diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-02 21:16:35 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-02 23:49:27 -0700 |
commit | 6354a440b24d9a0b157c8c5571403f09dd04c245 (patch) | |
tree | 303b9bb8d5cb80c9ec5b85cfee34f06bc519c8d6 /cmd/sbc_harness/config/config.h | |
parent | 5a3d7bafd47067e9659c5773e371e796e6d3585b (diff) |
libhw: Update comments and asserts about clock rate
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index 0fa95ae..e923ac8 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -9,6 +9,10 @@ #include <stddef.h> /* for size_t */ +/* RP2040 *********************************************************************/ + +#define CONFIG_RP2040_SPI_DEBUG 1 /* bool */ + /* W5500 **********************************************************************/ /** |