diff options
| author | petter <39340152+petterhs@users.noreply.github.com> | 2021-02-05 16:06:56 (GMT) |
|---|---|---|
| committer | petter <39340152+petterhs@users.noreply.github.com> | 2021-02-05 16:12:46 (GMT) |
| commit | 7ab153cd7690db8a43bde1af792edecc5e0f8d5d (patch) | |
| tree | ab1710d75d24e481b41f9164b166a1340fff1e2f /src/components/motor/MotorController.h | |
| parent | 1bd5457848babefbc0c129e77c9a2a314c55b780 (diff) | |
refactor MotorController
Diffstat (limited to 'src/components/motor/MotorController.h')
| -rw-r--r-- | src/components/motor/MotorController.h | 1 |
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); }; } } |
