#pragma once

#include <stdint.h>

void startSystick (void);

void busyWaitDuring (const uint32_t inDelayMS);