make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()
This commit is contained in:
@@ -311,7 +311,7 @@ MtxOrb_init (Driver *drvthis)
|
||||
|
||||
/* keypad test mode? */
|
||||
if (drvthis->config_get_bool(drvthis->name, "keypad_test_mode", 0, 0)) {
|
||||
fprintf( stdout, "MtxOrb: Entering keypad test mode...\n");
|
||||
fprintf(stdout, "MtxOrb: Entering keypad test mode...\n");
|
||||
p->keypad_test_mode = 1;
|
||||
stay_in_foreground = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user