gosl/src/display.c

7 lines
91 B
C
Raw Normal View History

2013-11-02 18:44:02 +01:00
#include "display.h"
void callback(long tst) {
printf("in callback, tst=%ld\n", tst);
}