Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Oct 20, 2021
1 parent d0d5156 commit c94e001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void protocol_post_task(void);

// Bodge as refactoring vusb sucks....
void protocol_task(void) __attribute__((weak));
void protocol_task(void){
void protocol_task(void) {
protocol_pre_task();

keyboard_task();
Expand Down

0 comments on commit c94e001

Please sign in to comment.