Fix MCU rule for Wete (#8254)
authorJames Young <18669334+noroadsleft@users.noreply.github.com>
Thu, 27 Feb 2020 09:40:31 +0000 (01:40 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 09:40:31 +0000 (20:40 +1100)
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.

keyboards/wete/rules.mk

index a01bef1..3999511 100644 (file)
@@ -1,5 +1,5 @@
 # MCU name
-MCU = STM32F072xB
+MCU = STM32F072
 
 # Build Options
 #   comment out to disable the options.