diff target-utils/helloapp/main.c @ 20:be293e656a6f

helloapp isn't quite loadagent
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 04 May 2013 00:35:55 +0000
parents f0501c4a8790
children a7b0b426f9ca
line wrap: on
line diff
--- a/target-utils/helloapp/main.c	Sat May 04 00:25:30 2013 +0000
+++ b/target-utils/helloapp/main.c	Sat May 04 00:35:55 2013 +0000
@@ -1,7 +1,3 @@
-/*
- * FreeCalypso loadagent main() function lives here
- */
-
 #include "types.h"
 #include "romvars.h"
 
@@ -12,7 +8,7 @@
 main()
 {
 	uart_select_init();
-	printf("FreeCalypso loadagent running\n");
+	printf("Hello-world demo app running\n");
 	printf("Loaded via UART %d (%s) at baud rate #%d\n", rom_vars.uart_id,
 		uart_name, rom_vars.baud_rate_code);
 	printf("TCXO clock input autodetected to be %d MHz\n",