Parcourir la source

api-hal-version: fix f6 target version (#492)

gornekich il y a 4 ans
Parent
commit
d92bb18cca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      firmware/targets/f6/api-hal/api-hal-version.c

+ 1 - 1
firmware/targets/f6/api-hal/api-hal-version.c

@@ -20,7 +20,7 @@ void api_hal_version_init() {
 }
 
 bool api_hal_version_do_i_belong_here() {
-    return api_hal_version_get_hw_target() == 5;
+    return api_hal_version_get_hw_target() == 6;
 }
 
 const uint8_t api_hal_version_get_hw_version() {