mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
api-hal-version: fix f6 target version (#492)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user