Skip to content

Commit 3018961

Browse files
committed
Minor fix: print hpd event before starting dp work
1 parent d521eb0 commit 3018961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Portenta_Video/anx7625.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@ static int anx7625_hpd_change_detect(uint8_t bus)
823823
}
824824

825825
if (status & HPD_STATUS) {
826-
anx7625_start_dp_work(bus);
827826
ANXINFO("HPD event received 0x7e:0x45=%#x\n", status);
827+
anx7625_start_dp_work(bus);
828828
return 1;
829829
}
830830
return 0;

0 commit comments

Comments
 (0)