From 16b64e6c15d375cb81118288e672290bc4e914a0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 19 Sep 2016 13:29:32 +0200 Subject: [PATCH] submodules added --- .gitmodules | 6 ++++++ hottislib | 1 + hottislibformsp430 | 1 + src/time.c | 4 ++-- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 hottislib create mode 160000 hottislibformsp430 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..88948a0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "hottislib"] + path = hottislib + url = https://wollud1969@bitbucket.org/wollud1969/hottislib.git +[submodule "hottislibformsp430"] + path = hottislibformsp430 + url = https://wollud1969@bitbucket.org/wollud1969/hottislibformsp430.git diff --git a/hottislib b/hottislib new file mode 160000 index 0000000..bba75fe --- /dev/null +++ b/hottislib @@ -0,0 +1 @@ +Subproject commit bba75fe8e7dd424590091481284843e85c6a1199 diff --git a/hottislibformsp430 b/hottislibformsp430 new file mode 160000 index 0000000..2be9518 --- /dev/null +++ b/hottislibformsp430 @@ -0,0 +1 @@ +Subproject commit 2be95189f47854a076f93122ea20b4053107d41a diff --git a/src/time.c b/src/time.c index a7fd15f..638b789 100644 --- a/src/time.c +++ b/src/time.c @@ -10,14 +10,14 @@ #include #include "time.h" -#include "PontCoopScheduler.h" +// #include "PontCoopScheduler.h" volatile uint32_t timestamp; ISR(TIMER0_A0, TA0_ISR) { timestamp++; - schUpdate(); + // schUpdate(); } void timeInit() {