Explorar o código

Declare prototypes from time.cpp

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
4ffb78b98f
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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);