Skip to content

Commit e63c3fb

Browse files
committed
fix build
1 parent 6349e25 commit e63c3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Programs/DateSpam/NintendoSwitch1_HomeToDateTime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void home_to_date_time_Switch1_wireless_esp32_feedback(
407407
SelectedSettingWatcher system_setting_selected(system_setting_box, other_setting1, other_setting2);
408408
int ret = run_until<ProControllerContext>(
409409
stream, context,
410-
[](ProControllerContext& context){
410+
[&](ProControllerContext& context){
411411
for (int i = 0; i < 10; i++){
412412
ssf_issue_scroll(context, SSF_SCROLL_DOWN, unit);
413413
}

0 commit comments

Comments
 (0)