소스 검색

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);