7 lines
91 B
C
7 lines
91 B
C
|
|
#include "display.h"
|
|
|
|
void callback(long tst) {
|
|
printf("in callback, tst=%ld\n", tst);
|
|
}
|