Skip to content

Commit c108e98

Browse files
committed
chore: update DuetScreen cmake config options
1 parent ede3f2e commit c108e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/duetscreen/duetscreen.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ DUETSCREEN_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF
3434

3535
# Additional build options
3636
ifdef DUETSCREEN_HARDWARE_TEST
37-
DUETSCREEN_CONF_OPTS += -DHARDWARE_TEST=ON
37+
DUETSCREEN_CONF_OPTS += -DDUETSCREEN_HARDWARE_TEST=ON
3838
endif
3939

4040
ifdef DUETSCREEN_BURNIN_TEST
41-
DUETSCREEN_CONF_OPTS += -DBURNIN_TEST=ON
41+
DUETSCREEN_CONF_OPTS += -DDUETSCREEN_BURNIN_TEST=ON
4242
endif
4343

4444
# Don't use hashes during development

0 commit comments

Comments
 (0)