Skip to content

Commit

Permalink
Fix start-up issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Dec 26, 2022
1 parent 64959fc commit ac04670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int autoreload_state; /* from msc_disk.h */
#define KEYMAP_PREFIX_SIZE (sizeof(KEYMAP_PREFIX) - 1)
#define KEYMAP_POSTFIX "\nrescue => e\nputs e.class, e.message, 'Task stopped!'\nend"
#define KEYMAP_POSTFIX_SIZE (sizeof(KEYMAP_POSTFIX))
#define SUSPEND_TASK "suspend_task"
#define SUSPEND_TASK "while true;sleep 5;puts 'Please make keymap.rb in PRKFirmware drive';end;"
#define MAX_KEYMAP_SIZE (1024 * 10)

static void
Expand Down

0 comments on commit ac04670

Please sign in to comment.