Vladimir N. Shilov 1 anno fa
parent
commit
1551203a6b
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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 */