Initial commit
This commit is contained in:
10
inc/runner.h
Normal file
10
inc/runner.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __RUNNER_H__
|
||||
#define __RUNNER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "mem.h"
|
||||
|
||||
uint8_t makeTick(device_mem_t* devMem);
|
||||
|
||||
|
||||
#endif // ifndef __RUNNER_H__
|
||||
Reference in New Issue
Block a user