From 58c9c8f51dcec555250195d127a49572c1b9fd9a Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:19:41 +0530 Subject: add .clang-format, and apply formatting --- src/config.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/config.h') 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 -- cgit v1.2.3