Browse Source

remove space in #define

Filip Klembara 4 years ago
parent
commit
e1833cf34b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/rtc.h

+ 1 - 1
include/rtc/rtc.h

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