More typos in code example
This commit is contained in:
parent
4c9d5332c7
commit
ef38472278
|
@ -142,7 +142,7 @@ namespace Pinetime {
|
||||||
template <>
|
template <>
|
||||||
struct AppTraits<Apps::MyApp> {
|
struct AppTraits<Apps::MyApp> {
|
||||||
static constexpr Apps app = Apps::MyApp;
|
static constexpr Apps app = Apps::MyApp;
|
||||||
static constexpr const char* icon = Screens::Symbol::myApp;
|
static constexpr const char* icon = Screens::Symbols::myApp;
|
||||||
static Screens::Screen* Create(AppController& controllers) {
|
static Screens::Screen* Create(AppController& controllers) {
|
||||||
return new Screens::MyApp();
|
return new Screens::MyApp();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user