Fix comment
This commit is contained in:
parent
40e15367fe
commit
382363a876
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ static PicoDVI *dviptr = NULL; // For C access to active C++ object
|
|||
void setup1(void) {
|
||||
delay(1); // Required, perhaps core related
|
||||
while (dviptr == NULL)
|
||||
; // Wait for DVIGFX*::begin() to start on core 0
|
||||
; // Wait for PicoDVI::begin() to start on core 0
|
||||
dviptr->_setup();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue