indicate sink not present

This commit is contained in:
King Kévin 2022-08-05 15:16:21 +02:00
parent 87fda7e878
commit 3653c58772
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -369,6 +369,7 @@ we will only be able to provide 1 extension block since we can only respond to o
goto i2c_end;
}
if (!softi2c_master_select_slave(0x50, false)) { // re-select EDID
puts("sink not present ");
i2c_rc = 7;
goto i2c_end;
}