summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-13 18:39:38 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-13 18:39:38 (GMT)
commit569e6fea41c13f33ad1374bb80ca489aaf4a7037 (patch)
treed3ec0a05dfaaae60346bca4413b312daa859b4e4 /src/components/motor/MotorController.h
parent3115e7c58d3f4c936a68b3756fb8e37663b12830 (diff)
Sans notification (notification manager retained as it seems to be used by the dfu manager)
Diffstat (limited to 'src/components/motor/MotorController.h')
-rw-r--r--src/components/motor/MotorController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index b5a592b..3117f5c 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -11,8 +11,6 @@ namespace Pinetime {
void Init();
void RunForDuration(uint8_t motorDuration);
- void StartRinging();
- void StopRinging();
private:
static void Ring(void* p_context);