소스 검색

Declare prototypes from time.cpp

DricomDragon 5 년 전
부모
커밋
4ffb78b98f
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      prog/sources/time.h

+ 7 - 0
prog/sources/time.h

@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stdint.h>
+
+void startSystick (void);
+
+void busyWaitDuring (const uint32_t inDelayMS);