Skip to content

Commit b0c4ade

Browse files
Fixed Apps tutorial to compile properly
Changed case in minimal example to properly reference Pinetime namespace
1 parent ab7c6e1 commit b0c4ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/code/Apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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 {

0 commit comments

Comments
 (0)