10 lines
140 B
C
10 lines
140 B
C
#ifndef TESTS_H
|
|
#define TESTS_H
|
|
|
|
#include "put.h"
|
|
|
|
void uart1_init(uint16_t inc, uint16_t mod);
|
|
void print_welcome(char* testname);
|
|
|
|
#endif
|