소스 검색

Fix MCU rule for Wete (#8254)

Including the `xB` suffix prevents qmk_compiler (and thus QMK Configurator) from compiling firmware for the Wete.

Rolling this change back until we work out a long-term solution for the suffixes.
James Young 5 년 전
부모
커밋
ae46e6ace9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      keyboards/wete/rules.mk

+ 1 - 1
keyboards/wete/rules.mk

@@ -1,5 +1,5 @@
 # MCU name
-MCU = STM32F072xB
+MCU = STM32F072
 
 # Build Options
 #   comment out to disable the options.