Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / test_comm.h @ 1296

History | View | Annotate | Download (114 Bytes)

1 1152 deffi
#ifndef _test_comm_h
2
#define _test_comm_h
3
4
#include <dragonfly_lib.h>
5
6
bool test_comm (void);
7
8
9
10
#endif