Browse Source

Remove outputselect.h include from BIOI code (#14543)

pull/14548/head
Ryan 2 years ago
committed by GitHub
parent
commit
be3259b793
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      keyboards/bioi/ble.c
  2. +0
    -1
      keyboards/bioi/main.c

+ 0
- 1
keyboards/bioi/ble.c View File

@ -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"


+ 0
- 1
keyboards/bioi/main.c View File

@ -33,7 +33,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"
#ifdef NKRO_ENABLE
#include "keycode_config.h"


Loading…
Cancel
Save