summaryrefslogtreecommitdiffstats
path: root/keyboards/bioi/ble.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-22 02:21:10 +1000
committerGitHub <noreply@github.com>2021-09-21 17:21:10 +0100
commitbe3259b793a1fe4f42c20707e187371dd917a18f (patch)
tree920f42467754e98e62487192de1425f946d7f74c /keyboards/bioi/ble.c
parent19e33b685fe6ca05bc1c986a272c790ea0cdba45 (diff)
Remove outputselect.h include from BIOI code (#14543)
Diffstat (limited to 'keyboards/bioi/ble.c')
-rw-r--r--keyboards/bioi/ble.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/bioi/ble.c b/keyboards/bioi/ble.c
index 6d1c24c3a1..d941f7c43d 100644
--- a/keyboards/bioi/ble.c
+++ b/keyboards/bioi/ble.c
@@ -31,7 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "lufa.h"
#include "quantum.h"
#include <util/atomic.h>
-#include "outputselect.h"
#include "print.h"