mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
8 lines
114 B
C
8 lines
114 B
C
#ifndef _SNES_CLK_H
|
|
#define _SNES_CLK_H
|
|
|
|
#include "SdFat.h"
|
|
#include "atoi32.h"
|
|
int32_t readClockOffset();
|
|
#endif
|