瀏覽代碼

remove space in #define

Filip Klembara 4 年之前
父節點
當前提交
e1833cf34b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>