diff user/lib/lib.c3 @ 410:6aa9743ed362 tip

Reflect change in c3 public modifier
author Windel Bouwman
date Mon, 23 Feb 2015 21:06:04 +0100
parents 0fb6633c42f6
children
line wrap: on
line diff
--- a/user/lib/lib.c3	Sat Feb 21 12:17:47 2015 +0100
+++ b/user/lib/lib.c3	Mon Feb 23 21:06:04 2015 +0100
@@ -13,7 +13,7 @@
     *UART0DR = c;
 }
 
-function void print(string txt)
+public function void print(string txt)
 {
     // TODO
     var ipc.Msg msg;