mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
9 lines
125 B
C
9 lines
125 B
C
#include <stdint.h>
|
|
#include "utils.h"
|
|
#include "chip.h"
|
|
|
|
void gpio_test_init(void)
|
|
{
|
|
printf("FIXME run tests here\r\n");
|
|
}
|