Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Oct 20, 2021
1 parent 7c49e09 commit d0d5156
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 @@ -24,7 +24,7 @@ void protocol_pre_task(void);
void protocol_post_task(void);

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

Expand Down

0 comments on commit d0d5156

Please sign in to comment.