diff options
Diffstat (limited to 'moder.c')
| -rw-r--r-- | moder.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -10,7 +10,7 @@ int main() {  		.length = SIZE  	};  	const CKeyActionResult *mode = c_run_key_action(mode_trigger, NULL); -	/* printf("%d\n", *mode->kind); */ +	printf("%d\n", *mode->kind);  	HeadphoneButton buttons[] = {HeadphoneButton_Down};  	Trigger trigger = { @@ -21,6 +21,7 @@ int main() {  	printf("%d\n", *result->kind);  	printf("%s", result->action); +	/* printf("\n%d\n", *mode->kind); */  	return 0;  } | 
