Skip to content

Commit

Permalink
start -> startAll (what is wrong with me...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvousden committed Aug 27, 2021
1 parent 2506a6e commit dc400c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostlink/HostLink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void HostLink::loadAll(const char* codeFilename, const char* dataFilename)
void HostLink::boot(const char* codeFilename, const char* dataFilename)
{
loadAll(codeFilename, dataFilename);
start();
startAll();
}

// Trigger to start application execution
Expand Down

0 comments on commit dc400c7

Please sign in to comment.