From e1f1b3db7cefe66613c4459d338236155e19d59f Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 31 Mar 2019 13:54:43 +0300 Subject: gpio: removed due to being useless. Signed-off-by: Gediminas Jakutis --- test/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index c87c24c..3ad8540 100644 --- a/test/main.c +++ b/test/main.c @@ -21,7 +21,6 @@ #include "test.h" #include "float_test.h" #include "diagnostic_test.h" -#include "gpio_test.h" #include "time_test.h" /* TODO: allow individual tests to be selected */ @@ -31,7 +30,6 @@ int main(int argc, char **argv) static const struct section sections[] = { {"float", float_test}, {"diagnostic", diagnostic_test}, - {"gpio", gpio_test}, {"time", time_test} }; size_t i; -- cgit v1.2.3