osd-contiki/tests/tests.h
Mariano Alvira cd5e5b1706 tmr
2010-02-26 15:35:57 -05:00

11 lines
157 B
C

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