mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 02:58:36 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -6,10 +6,11 @@ App(
|
||||
cdefines=["APP_SNAKE_20"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
fap_icon="snake_10px.png",
|
||||
fap_category="Games",
|
||||
fap_author="@Willzvul",
|
||||
fap_weburl="https://github.com/Willzvul/Snake_2.0",
|
||||
fap_version="2.0",
|
||||
fap_version="2.1",
|
||||
fap_description="Advanced Snake Game (Remake of original Snake)",
|
||||
)
|
||||
|
||||
2
applications/external/snake_2/snake_20.c
vendored
2
applications/external/snake_2/snake_20.c
vendored
@@ -507,8 +507,8 @@ int32_t snake_20_app(void* p) {
|
||||
// event timeout
|
||||
}
|
||||
|
||||
view_port_update(view_port);
|
||||
furi_mutex_release(snake_state->mutex);
|
||||
view_port_update(view_port);
|
||||
}
|
||||
|
||||
// Wait for all notifications to be played and return backlight to normal state
|
||||
|
||||
Reference in New Issue
Block a user