瀏覽代碼

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