aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/gpio_test/gpio_test.c
blob: a6b0a008ca178c52b64142219bc534ff0a48c018 (plain)
1
2
3
4
5
6
7
8
#include <stdint.h>
#include "utils.h"
#include "chip.h"

void gpio_test_init(void)
{
	printf("FIXME run tests here\n\r");
}