11 lines
232 B
C
11 lines
232 B
C
/***************************************************
|
|
System test utility.
|
|
***************************************************/
|
|
|
|
#ifndef SYSTEST_H
|
|
#define SYSTEST_H
|
|
|
|
// System test function
|
|
void systest(void);
|
|
|
|
#endif // SYSTEST_H
|