]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Library updated
authorMichal Horn <hornmich@fel.cvut.cz>
Wed, 15 Oct 2014 11:28:56 +0000 (13:28 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Wed, 15 Oct 2014 11:28:56 +0000 (13:28 +0200)
Enable IRQ call is not needed anymore as it is called in the
rpp_init() function.

This commit refs #916

Signed-off-by: Michal Horn <hornmich@fel.cvut.cz>
rpp-lib
rpp-test-sw/commands/main.c

diff --git a/rpp-lib b/rpp-lib
index 38c90d4f4e1d84b321830433090c286be973022c..3e0b650fe9e8a76af16b119a0730c9a5df02c40c 160000 (submodule)
--- a/rpp-lib
+++ b/rpp-lib
@@ -1 +1 @@
-Subproject commit 38c90d4f4e1d84b321830433090c286be973022c
+Subproject commit 3e0b650fe9e8a76af16b119a0730c9a5df02c40c
index 4c40a67e371bd6bd27e3f2609fdaabd754e19d2f..5d2bb17020d37d7f2b9cf7daec6b9fc20a037aa6 100644 (file)
@@ -44,8 +44,6 @@ void main(void)
        // Speed up the SCI\r
        rpp_sci_setup(115200);\r
 \r
-       _enable_IRQ();\r
-\r
        rpp_sci_printf("\nRapid Prototyping Platform v00.01-001\n");\r
        rpp_sci_printf("Test Software version " GIT_VERSION "\n");\r
        rpp_sci_printf("Porsche Engineering 06/2013\n");\r