staticstack: Move to src/utility
This commit is contained in:
parent
2ba8b17967
commit
47931f41d5
3 changed files with 50 additions and 46 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include "displayapp/Messages.h"
|
||||
#include "BootErrors.h"
|
||||
|
||||
#include "StaticStack.h"
|
||||
#include "utility/StaticStack.h"
|
||||
|
||||
namespace Pinetime {
|
||||
|
||||
|
|
@ -126,8 +126,8 @@ namespace Pinetime {
|
|||
void ApplyBrightness();
|
||||
|
||||
static constexpr size_t returnAppStackSize = 10;
|
||||
StaticStack<Apps, returnAppStackSize> returnAppStack;
|
||||
StaticStack<FullRefreshDirections, returnAppStackSize> appStackDirections;
|
||||
Utility::StaticStack<Apps, returnAppStackSize> returnAppStack;
|
||||
Utility::StaticStack<FullRefreshDirections, returnAppStackSize> appStackDirections;
|
||||
|
||||
bool isDimmed = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue