microbit: Updated parameter type in scheduler_init() to match API.
This commit is contained in:
parent
e536364887
commit
7a0c5bfdd3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void MicroBit::init()
|
|||
#endif
|
||||
|
||||
// Bring up fiber scheduler.
|
||||
scheduler_init(&messageBus);
|
||||
scheduler_init(messageBus);
|
||||
|
||||
// Seed our random number generator
|
||||
seedRandom();
|
||||
|
|
Loading…
Reference in a new issue