/*
* utils.h
*/
#pragma once
#include "types.h"
u32 waitInput(void);
void delay(u64 length);
void mcuReboot(void);