Skip to content

Commit 891dd04

Browse files
committed
fix build
1 parent 96a47ed commit 891dd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,8 @@ void AutoStory::test_code(SingleSwitchProgramEnvironment& env, ProControllerCont
11941194
VideoOverlaySet overlays(env.console.overlay());
11951195
YOLOv5Detector yolo_detector(RESOURCE_PATH() + std::string(YOLO_PATH));
11961196

1197-
ImageFloatBox target_box = get_yolo_box(env, context, overlays, yolo_detector, TARGET_LABEL);
1197+
// ImageFloatBox target_box =
1198+
get_yolo_box(env, context, overlays, yolo_detector, TARGET_LABEL);
11981199

11991200
context.wait_for(Milliseconds(1000));
12001201
return;

0 commit comments

Comments
 (0)