Skip to content

Commit fbc0773

Browse files
authored
Renamed getStatus sto detect
1 parent e11f5c6 commit fbc0773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Arduino_H7_Video/src/Arduino_H7_Video.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ bool Arduino_H7_Video::isRotated() {
179179
return _rotated;
180180
}
181181

182-
bool Arduino_H7_Video::getStatus()
182+
bool Arduino_H7_Video::detect()
183183
{
184184
return (_shield->getStatus() > 0);
185185
}

0 commit comments

Comments
 (0)