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

This commit is contained in:
gornekich 2021-05-25 21:26:42 +03:00 committed by GitHub
parent fc5c48edef
commit d92bb18cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {