From 452881d23cda70902423f2bfa13a0b4e684da78c Mon Sep 17 00:00:00 2001 From: Ado Matejov Date: Mon, 2 Jul 2012 17:23:31 +0200 Subject: [PATCH] edited --- n/nxc.nxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n/nxc.nxc b/n/nxc.nxc index 0855a883..b6577b5c 100644 --- a/n/nxc.nxc +++ b/n/nxc.nxc @@ -1,4 +1,4 @@ task main() { - TextOut(0, LCD_LINE_1, "Hello world!"); + TextOut(0, LCD_LINE1, "Hello world!"); }