microbit: Updated parameter type in scheduler_init() to match API.

This commit is contained in:
Joe Finney 2016-03-24 23:32:04 +00:00
parent e536364887
commit 7a0c5bfdd3

View file

@ -97,7 +97,7 @@ void MicroBit::init()
#endif
// Bring up fiber scheduler.
scheduler_init(&messageBus);
scheduler_init(messageBus);
// Seed our random number generator
seedRandom();