submodules added

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

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() {