diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:19:41 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:19:41 +0530 |
| commit | 58c9c8f51dcec555250195d127a49572c1b9fd9a (patch) | |
| tree | bbf6f4003fbb36882ee81ed511eec66fd15e735f /src/config.h | |
| parent | 206ed229198be252a9ae94342b39618aaab55925 (diff) | |
add .clang-format, and apply formatting
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/config.h b/src/config.h index d5f46a6..08c0e68 100644 --- a/src/config.h +++ b/src/config.h @@ -27,11 +27,10 @@ #define CC1101_GDO2 42 // SD Card via HSPI -//#define SD_SCK 14 -//#define SD_MISO 39 -//#define SD_MOSI 38 -//#define SD_CS 37 - +// #define SD_SCK 14 +// #define SD_MISO 39 +// #define SD_MOSI 38 +// #define SD_CS 37 // =================== Buttons ==================== #define BTN_UP 4 |
