Fixed Apps tutorial to compile properly

Changed case in minimal example to properly reference Pinetime namespace
This commit is contained in:
stephanie-eng
2021-10-18 00:35:47 -04:00
committed by GitHub
parent ab7c6e162f
commit b0c4ade926

View File

@@ -51,7 +51,7 @@ MyApp.h:
#include "displayapp/screens/Screen.h"
#include <lvgl/lvgl.h>
namespace PineTime {
namespace Pinetime {
namespace Applications {
namespace Screens {
class MyApp : public Screen {