Przeglądaj źródła

remove space in #define

Filip Klembara 4 lat temu
rodzic
commit
e1833cf34b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/rtc/rtc.h

+ 1 - 1
include/rtc/rtc.h

@@ -40,7 +40,7 @@ extern "C" {
 #endif
 #endif
 
 
 #if RTC_ENABLE_MEDIA
 #if RTC_ENABLE_MEDIA
-# define RTC_DEFAULT_MAXIMUM_FRAGMENT_SIZE ((uint16_t)1400)
+#define RTC_DEFAULT_MAXIMUM_FRAGMENT_SIZE ((uint16_t)1400)
 #endif
 #endif
 
 
 #include <stdbool.h>
 #include <stdbool.h>