summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.h
diff options
context:
space:
mode:
authorpetter <39340152+petterhs@users.noreply.github.com>2021-02-05 16:06:56 (GMT)
committerpetter <39340152+petterhs@users.noreply.github.com>2021-02-05 16:12:46 (GMT)
commit7ab153cd7690db8a43bde1af792edecc5e0f8d5d (patch)
treeab1710d75d24e481b41f9164b166a1340fff1e2f /src/components/motor/MotorController.h
parent1bd5457848babefbc0c129e77c9a2a314c55b780 (diff)
refactor MotorController
Diffstat (limited to 'src/components/motor/MotorController.h')
-rw-r--r--src/components/motor/MotorController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 9ce91c5..bdc20c0 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -13,6 +13,7 @@ namespace Pinetime {
void SetDuration(uint8_t motorDuration);
private:
+ static void vibrate(void * p_context);
};
}
}