submodules added

This commit is contained in:
Wolfgang Hottgenroth 2016-09-19 13:29:32 +02:00
parent 7a68d8cb3f
commit 16b64e6c15
4 changed files with 10 additions and 2 deletions

6
.gitmodules vendored Normal file
View File

@ -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

1
hottislib Submodule

@ -0,0 +1 @@
Subproject commit bba75fe8e7dd424590091481284843e85c6a1199

1
hottislibformsp430 Submodule

@ -0,0 +1 @@
Subproject commit 2be95189f47854a076f93122ea20b4053107d41a

View File

@ -10,14 +10,14 @@
#include <stdint.h>
#include "time.h"
#include "PontCoopScheduler.h"
// #include "PontCoopScheduler.h"
volatile uint32_t timestamp;
ISR(TIMER0_A0, TA0_ISR) {
timestamp++;
schUpdate();
// schUpdate();
}
void timeInit() {