10 lines
152 B
C
10 lines
152 B
C
#ifndef __RUNNER_H__
|
|
#define __RUNNER_H__
|
|
|
|
#include <stdint.h>
|
|
#include "mem.h"
|
|
|
|
uint8_t makeTick(device_mem_t* devMem);
|
|
|
|
|
|
#endif // ifndef __RUNNER_H__
|