@@ -12,7 +12,7 @@ static Ticker t;
static time_t systemTime = 0;
static void timerISR(void) {
- systemTime++;
+ systemTime += 100;
}
extern "C" {