mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-27 02:38:33 +03:00
add new board and app for gpio testing on octsimtest board
Change-Id: I01243044002f51b34e8dc12c1b1f565bbf1740a2
This commit is contained in:
10
firmware/apps/gpio_test/gpio_test.c
Normal file
10
firmware/apps/gpio_test/gpio_test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdint.h>
|
||||
#include "utils.h"
|
||||
#include "chip.h"
|
||||
|
||||
|
||||
|
||||
void gpio_test_init(void)
|
||||
{
|
||||
printf("FIXME run tests here\n\n");
|
||||
}
|
||||
Reference in New Issue
Block a user