aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/gpio_test/gpio_test.c
blob: ef08b96c920a38d83e7632a152d3e915465f5484 (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\r\n");
}