Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (114 Bytes)

1
#ifndef _self_test_h
2
#define _self_test_h
3

    
4
#include <dragonfly_lib.h>
5

    
6
void self_test (void);
7

    
8

    
9

    
10
#endif