소스 검색

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

Ryan 3 년 전
부모
커밋
be3259b793
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      keyboards/bioi/ble.c
  2. 0 1
      keyboards/bioi/main.c

+ 0 - 1
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"
 

+ 0 - 1
keyboards/bioi/main.c

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