Skip to content

Commit cb06a20

Browse files
committed
Remove duplicate busy_wait() in update function of inky73
1 parent e8260bf commit cb06a20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/inky73/inky73.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ namespace pimoroni {
181181
busy_wait();
182182

183183
command(DRF, {0}); // start display refresh
184-
busy_wait();
185-
184+
186185
if(blocking) {
187186
busy_wait();
188187

0 commit comments

Comments
 (0)