We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f666e5 commit f52443fCopy full SHA for f52443f
1 file changed
src/displayapp/screens/Pawn.cpp
@@ -3,8 +3,6 @@
3
4
using namespace Pinetime::Applications::Screens;
5
6
-#include "program.h"
7
-
8
static void event_handler(lv_obj_t* obj, lv_event_t event) {
9
AMX* amx = (AMX*) lv_obj_get_user_data(lv_scr_act());
10
int handler_index = (int) lv_obj_get_user_data(obj);
@@ -125,6 +123,8 @@ static cell AMX_NATIVE_CALL F_sprintf(AMX* amx, const cell* params) {
125
123
}
126
124
127
Pawn::Pawn() {
+#include "program.h"
+
128
uint8_t* prog = new uint8_t[program_len];
129
memcpy(prog, program, program_len);
130
0 commit comments