소스 검색

Fix include.

Vladimir N. Shilov 1 년 전
부모
커밋
1551203a6b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      inc/delay.h

+ 3 - 3
inc/delay.h

@@ -1,6 +1,6 @@
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __DELAY_H
+#define __DELAY_H
 
 void Delay(__IO uint16_t nTime);
 
-#endif /* __BOARD_H */
+#endif /* __DELAY_H */