Skip to content

Commit 9b46354

Browse files
authored
Merge pull request #757 from stephanie-eng/patch-1
Fixed Apps tutorial to compile properly
2 parents ca2c72a + 02d52d9 commit 9b46354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/code/Apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ MyApp.h:
5151
#include "displayapp/screens/Screen.h"
5252
#include <lvgl/lvgl.h>
5353

54-
namespace PineTime {
54+
namespace Pinetime {
5555
namespace Applications {
5656
namespace Screens {
5757
class MyApp : public Screen {
5858
public:
5959
MyApp(DisplayApp* app);
6060
~MyApp() override;
61-
}
61+
};
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)