Browse Source

[Bug] Fix compilation issue with WPM (#18965)

pull/18973/head
Drashna Jaelre 1 year ago
committed by GitHub
parent
commit
352beeac2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/wpm.c

+ 1
- 0
quantum/wpm.c View File

@ -19,6 +19,7 @@
#include "timer.h"
#include "keycode.h"
#include "quantum_keycodes.h"
#include "action_util.h"
#include <math.h>
// WPM Stuff


Loading…
Cancel
Save