move app timer def
This commit is contained in:
parent
8c3df5f021
commit
f27e632906
|
@ -4,6 +4,7 @@
|
||||||
#include "app_timer.h"
|
#include "app_timer.h"
|
||||||
#include "nrf_drv_clock.h"
|
#include "nrf_drv_clock.h"
|
||||||
|
|
||||||
|
APP_TIMER_DEF(vibTimer);
|
||||||
|
|
||||||
using namespace Pinetime::Controllers;
|
using namespace Pinetime::Controllers;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include "app_timer.h"
|
||||||
|
|
||||||
namespace Pinetime {
|
namespace Pinetime {
|
||||||
namespace Controllers {
|
namespace Controllers {
|
||||||
|
@ -11,10 +12,8 @@ namespace Pinetime {
|
||||||
void Init();
|
void Init();
|
||||||
void SetDuration(uint8_t motorDuration);
|
void SetDuration(uint8_t motorDuration);
|
||||||
|
|
||||||
APP_TIMER_DEF(vibTimer);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
app_timer_id_t vibTimer;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user