Browse Source

Declare prototypes from time.cpp

DricomDragon 5 năm trước cách đây
mục cha
commit
4ffb78b98f
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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);