fomu-factory-test/sw/src/tester.c
Sean Cross d728421d0c sw: add printf
We'll use this to print debugging information out the serial port.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-05-22 15:47:04 +08:00

7 lines
110 B
C

#include <tester.h>
#include <printf.h>
void tester_poll(void) {
printf("Hello, world!\n");
return;
}