Browse Source

reenabling unsignend literals for NUM_COLS and NUM_ROWS (resulting in additional macros called UNUM_COLS and UNUM_ROWS this time)

feature/2015
Christian Kroll 13 years ago
parent
commit
b2ada1c384
  1. 4
      borg_hw/config.in

4
borg_hw/config.in

@ -2,8 +2,8 @@
mainmenu_option next_comment
comment "Borg Hardware"
int "Number of rows " NUM_ROWS 16
int "Number of columns" NUM_COLS 16
uint "Number of rows " NUM_ROWS 16
uint "Number of columns" NUM_COLS 16
int "Number of brightnes-levels" NUMPLANE 3

Loading…
Cancel
Save