From b2ada1c384065b6ee04516ccc3aa76931295e9f8 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Thu, 10 Mar 2011 21:18:09 +0000 Subject: [PATCH] reenabling unsignend literals for NUM_COLS and NUM_ROWS (resulting in additional macros called UNUM_COLS and UNUM_ROWS this time) --- borg_hw/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borg_hw/config.in b/borg_hw/config.in index e0524af..8bcdb47 100644 --- a/borg_hw/config.in +++ b/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