diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-01 20:18:52 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-01 20:18:52 +0700 |
commit | 98f9a2e6dfe302ad12844a8ed140bb34ed2c592f (patch) | |
tree | ccb3b263d95b436664b64c87e6070dc5c3214e2b /tmk_core/protocol/lufa/outputselect.c | |
parent | 2bef8b5b88547ce28fb056559b058e35109278b3 (diff) | |
download | qmk_firmware-98f9a2e6dfe302ad12844a8ed140bb34ed2c592f.tar.gz qmk_firmware-98f9a2e6dfe302ad12844a8ed140bb34ed2c592f.zip |
Fix wrong include
Diffstat (limited to 'tmk_core/protocol/lufa/outputselect.c')
-rw-r--r-- | tmk_core/protocol/lufa/outputselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/outputselect.c b/tmk_core/protocol/lufa/outputselect.c index 0110928de..5d2457bff 100644 --- a/tmk_core/protocol/lufa/outputselect.c +++ b/tmk_core/protocol/lufa/outputselect.c | |||
@@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License | |||
12 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "quantum.h" | 15 | #include "lufa.h" |
16 | #include "outputselect.h" | 16 | #include "outputselect.h" |
17 | #ifdef ADAFRUIT_BLE_ENABLE | 17 | #ifdef ADAFRUIT_BLE_ENABLE |
18 | #include "adafruit_ble.h" | 18 | #include "adafruit_ble.h" |