From: Michal Sojka Date: Fri, 7 Aug 2015 17:38:19 +0000 (+0200) Subject: Initialize GIO for all targets X-Git-Tag: eaton-0.5.5~10 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/commitdiff_plain/a51911e6286f0aa67562634cab9db68620e7cc89 Initialize GIO for all targets For RPP, it is needed at least by sleep command in test-sw. --- 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