File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ impl SDKBuilder<'_> {
148
148
println ! ( "cargo:warning=BAGL is built" ) ;
149
149
println ! ( "cargo:rustc-env=C_SDK_GRAPHICS={}" , "bagl" ) ;
150
150
v. push ( ( String :: from ( "HAVE_BAGL" ) , None ) ) ;
151
+ v. push ( ( String :: from ( "HAVE_UX_FLOW" ) , None ) ) ;
151
152
}
152
153
v
153
154
} ,
@@ -181,6 +182,7 @@ impl SDKBuilder<'_> {
181
182
println ! ( "cargo:warning=BAGL is built" ) ;
182
183
println ! ( "cargo:rustc-env=C_SDK_GRAPHICS={}" , "bagl" ) ;
183
184
v. push ( ( String :: from ( "HAVE_BAGL" ) , None ) ) ;
185
+ v. push ( ( String :: from ( "HAVE_UX_FLOW" ) , None ) ) ;
184
186
}
185
187
v
186
188
} ,
Original file line number Diff line number Diff line change 23
23
#define HAVE_BAGL_FONT_OPEN_SANS_EXTRABOLD_11PX
24
24
#define HAVE_BAGL_FONT_OPEN_SANS_LIGHT_16PX
25
25
#define SCREEN_SIZE_NANO
26
- #define HAVE_NBGL
27
- #define NBGL_STEP
28
- #define NBGL_USE_CASE
29
26
#define OS_IO_SEPH_BUFFER_SIZE 272
30
27
#define HAVE_SE_SCREEN
31
28
#define HAVE_SE_BUTTON
Original file line number Diff line number Diff line change 27
27
#define HAVE_BAGL_FONT_OPEN_SANS_EXTRABOLD_11PX
28
28
#define HAVE_BAGL_FONT_OPEN_SANS_LIGHT_16PX
29
29
#define SCREEN_SIZE_NANO
30
- #define HAVE_NBGL
31
- #define NBGL_STEP
32
- #define NBGL_USE_CASE
33
30
#define OS_IO_SEPH_BUFFER_SIZE 272
34
31
#define HAVE_SE_SCREEN
35
32
#define HAVE_SE_BUTTON
You can’t perform that action at this time.
0 commit comments