diff options
| author | Ryan <fauxpark@gmail.com> | 2020-04-30 16:24:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 16:24:47 +1000 |
| commit | 16a15c1cfcbfd0feb2c2cf1383676747e2f97d73 (patch) | |
| tree | aaa3c9f5a23207861d05c37ed4860af8efd40f85 /keyboards/helix | |
| parent | 37a4b53c4f51b66992e687b5012c83df9cc6b138 (diff) | |
| download | qmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.tar.gz qmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.zip | |
QMK-ify some GPIO macros (#8315)
Diffstat (limited to 'keyboards/helix')
| -rw-r--r-- | keyboards/helix/local_drivers/ssd1306.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/helix/local_drivers/ssd1306.h b/keyboards/helix/local_drivers/ssd1306.h index 9cf6983b7..f9f91c6fe 100644 --- a/keyboards/helix/local_drivers/ssd1306.h +++ b/keyboards/helix/local_drivers/ssd1306.h | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | #include "pincontrol.h" | ||
| 7 | #include "action.h" | 6 | #include "action.h" |
| 8 | 7 | ||
| 9 | enum ssd1306_cmds { | 8 | enum ssd1306_cmds { |
