Test

Dependencies:   microbit

Fork of microbit-hello-world by BBC

Revision:
1:577e680f2888
Parent:
0:0041f35b0c4c
--- a/main.cpp	Wed Jul 13 16:03:21 2016 +0100
+++ b/main.cpp	Fri Jan 20 16:14:03 2017 +0000
@@ -30,7 +30,7 @@
 int main()
 {
     // Initialise the micro:bit runtime.
-    uBit.init();
+    uBit.init();    
 
     // Insert your code here!
     uBit.display.scroll("HELLO WORLD! :)");