Add busy loop code and make HighResTimer work on demand rather automatically or ifdefed

This commit is contained in:
Jaby
2023-04-26 19:09:07 +02:00
parent ed612b00a3
commit c1ff1187f9
10 changed files with 131 additions and 133 deletions

View File

@@ -1,6 +1,5 @@
#ifndef __JABYENGINE_DEFINES__H__
#define __JABYENGINE_DEFINES__H__
#include "jabyengine_config.hpp"
#include "../stddef.h"
#define __used __attribute__((used))