Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / self_test.h @ 1884

History | View | Annotate | Download (114 Bytes)

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