diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-04 09:35:43 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-03 22:35:43 +0000 |
commit | 363cdb5fc00519a4eb45a4401b93451949c59d6a (patch) | |
tree | 8d5c1eb4938d162e3db353775ba42c0c7fe14e8a /keyboards/helix/local_drivers/serial.c | |
parent | be6562a22335b85e9904c0f7cc748943c9e809a7 (diff) | |
download | qmk_firmware-363cdb5fc00519a4eb45a4401b93451949c59d6a.tar.gz qmk_firmware-363cdb5fc00519a4eb45a4401b93451949c59d6a.zip |
Remove duplicate pro_micro.h (#7246)
Diffstat (limited to 'keyboards/helix/local_drivers/serial.c')
-rw-r--r-- | keyboards/helix/local_drivers/serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/helix/local_drivers/serial.c b/keyboards/helix/local_drivers/serial.c index 6006ebf1bd..674c42d593 100644 --- a/keyboards/helix/local_drivers/serial.c +++ b/keyboards/helix/local_drivers/serial.c @@ -17,7 +17,6 @@ #include <stddef.h> #include <stdbool.h> #include "serial.h" -//#include <pro_micro.h> #ifdef SOFT_SERIAL_PIN |