#include <stddef.h>
#include <stdint.h>
-#include <common.h>
+#include "common.h"
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
void StartCountUS();
uint32_t RAMFUNC GetCountUS();
-uint32_t RAMFUNC GetDeltaCountUS();
+//uint32_t RAMFUNC GetDeltaCountUS();
void StartCountSspClk();
uint32_t RAMFUNC GetCountSspClk();