It needs to go in sam3a

This commit is contained in:
eyedeekay
2024-02-13 10:31:54 -05:00
parent 7edf37b893
commit 344c62307d
2 changed files with 1 additions and 3 deletions

View File

@ -63,7 +63,6 @@
#if defined(__APPLE__)
#include <mach/mach_time.h>
#include <netinet/tcp.h>
uint32_t TickCount() {
uint64_t mat = mach_absolute_time();
uint32_t mul = 0x80d9594e;

View File

@ -63,8 +63,7 @@
#if defined(__APPLE__)
#include <mach/mach_time.h>
#include <mach/mach_time.h>
#include <netinet/tcp.h>
uint32_t TickCount() {
uint64_t mat = mach_absolute_time();
uint32_t mul = 0x80d9594e;