瀏覽代碼

whitespace

PavelSindler 6 年之前
父節點
當前提交
32723d8d6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/mmu.h

+ 1 - 1
Firmware/mmu.h

@@ -28,7 +28,7 @@ extern int16_t mmu_buildnr;
 #define MMU_CMD_L2   0x22
 #define MMU_CMD_L3   0x23
 #define MMU_CMD_L4   0x24
-#define MMU_CMD_C0	 0x30
+#define MMU_CMD_C0   0x30
 
 extern int mmu_puts_P(const char* str);