Fixed Apps tutorial to compile properly
Changed case in minimal example to properly reference Pinetime namespace
This commit is contained in:
parent
ab7c6e162f
commit
b0c4ade926
|
@ -51,7 +51,7 @@ MyApp.h:
|
||||||
#include "displayapp/screens/Screen.h"
|
#include "displayapp/screens/Screen.h"
|
||||||
#include <lvgl/lvgl.h>
|
#include <lvgl/lvgl.h>
|
||||||
|
|
||||||
namespace PineTime {
|
namespace Pinetime {
|
||||||
namespace Applications {
|
namespace Applications {
|
||||||
namespace Screens {
|
namespace Screens {
|
||||||
class MyApp : public Screen {
|
class MyApp : public Screen {
|
||||||
|
|
Loading…
Reference in New Issue