Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / self_test.c @ 1296

History | View | Annotate | Download (234 Bytes)

1
#include "test_bom.h"
2
#include "global.h"
3

    
4
void self_test (void)
5
{
6
        usb_puts("# Doing self test" NL);
7
        
8
        // FIXME implement
9
        // move everything around a bit, and flahsh the lights
10
        
11
        usb_puts("# Self test finished" NL);
12
}