submodules added
This commit is contained in:
parent
7a68d8cb3f
commit
16b64e6c15
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
1
hottislib
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit bba75fe8e7dd424590091481284843e85c6a1199
|
1
hottislibformsp430
Submodule
1
hottislibformsp430
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2be95189f47854a076f93122ea20b4053107d41a
|
@ -10,14 +10,14 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
#include "PontCoopScheduler.h"
|
// #include "PontCoopScheduler.h"
|
||||||
|
|
||||||
|
|
||||||
volatile uint32_t timestamp;
|
volatile uint32_t timestamp;
|
||||||
|
|
||||||
ISR(TIMER0_A0, TA0_ISR) {
|
ISR(TIMER0_A0, TA0_ISR) {
|
||||||
timestamp++;
|
timestamp++;
|
||||||
schUpdate();
|
// schUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void timeInit() {
|
void timeInit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user