From a51911e6286f0aa67562634cab9db68620e7cc89 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 7 Aug 2015 19:38:19 +0200 Subject: [PATCH] Initialize GIO for all targets For RPP, it is needed at least by sleep command in test-sw. --- rpp/src/rpp/rpp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpp/src/rpp/rpp.c b/rpp/src/rpp/rpp.c index 601a4fd..14f1227 100644 --- a/rpp/src/rpp/rpp.c +++ b/rpp/src/rpp/rpp.c @@ -51,9 +51,8 @@ int8_t rpp_init() rpp_sdr_init(); rpp_irc_init(); rpp_eth_init(); -#else - rpp_gio_init(RPP_GIO_PORT_ALL); #endif + rpp_gio_init(RPP_GIO_PORT_ALL); _enable_IRQ(); #endif -- 2.39.2