remove vibtimer from .h to fix nonstop vibration

This commit is contained in:
jlukanc 2021-01-25 13:03:04 -05:00
parent 3dd88339f3
commit da56ca5bfb

View File

@ -13,7 +13,6 @@ namespace Pinetime {
void SetDuration(uint8_t motorDuration);
private:
app_timer_id_t vibTimer;
};
}
}