#include <stdint.h>
#include "utils.h"
#include "chip.h"

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