osd-contiki/tests/tests.h
Mariano Alvira 87cd9c7a36 update build system for board specific code that's 'local' to the
program you are building.

update tests to consolidate common code.
2010-02-26 14:04:10 -05:00

10 lines
139 B
C

#ifndef TESTS_H
#define TESTS_H
#include "put.h"
void uart_init(uint16_t inc, uint16_t mod);
void print_welcome(char* testname);
#endif