nes-proj/tests/tests.h

10 lines
140 B
C
Raw Normal View History

#ifndef TESTS_H
#define TESTS_H
#include "put.h"
2010-02-26 19:21:46 +00:00
void uart1_init(uint16_t inc, uint16_t mod);
void print_welcome(char* testname);
#endif