submodules added
This commit is contained in:
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
Submodule hottislib added at bba75fe8e7
1
hottislibformsp430
Submodule
1
hottislibformsp430
Submodule
Submodule hottislibformsp430 added at 2be95189f4
@ -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() {
|
||||
|
Reference in New Issue
Block a user