mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Format for toolchain 37, update changelog
This commit is contained in:
+3
-3
@@ -74,9 +74,9 @@ env = ENV.Clone(
|
||||
FW_API_TABLE=None,
|
||||
_APP_ICONS=None,
|
||||
APPS=_.split(",") if (_ := GetOption("extra_int_apps")) else [],
|
||||
EXTRA_EXT_APPS=_.split(",")
|
||||
if (_ := GetOption("extra_ext_apps"))
|
||||
else ENV["EXTRA_EXT_APPS"],
|
||||
EXTRA_EXT_APPS=(
|
||||
_.split(",") if (_ := GetOption("extra_ext_apps")) else ENV["EXTRA_EXT_APPS"]
|
||||
),
|
||||
)
|
||||
|
||||
env.PreConfigureFwEnvionment()
|
||||
|
||||
Reference in New Issue
Block a user