summaryrefslogtreecommitdiff
path: root/avr/main.c
diff options
context:
space:
mode:
authorLeo C2014-10-14 22:38:56 +0200
committerLeo C2014-10-14 22:38:56 +0200
commitcd5ee5442821f283f6661befb24b885d944e4c5e (patch)
tree44deae1ded16c5e818e461e7d07c25ebbe116c9b /avr/main.c
parent41d36f28612cb6c49cf0260236f3b834549883be (diff)
downloadz180-stamp-cd5ee5442821f283f6661befb24b885d944e4c5e.zip
pin command: pin groups work nowhexrel-3
Diffstat (limited to 'avr/main.c')
-rw-r--r--avr/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/main.c b/avr/main.c
index 0470fea..e7ebd5d 100644
--- a/avr/main.c
+++ b/avr/main.c
@@ -228,7 +228,7 @@ int main(void)
i2c_init(CONFIG_SYS_I2C_CLOCK);
#endif
- printf_P(PSTR("\n(ATMEGA1281+HD64180)_stamp Tester\n"));
+ printf_P(PSTR("\nATMEGA1281+Z8S180 Stamp Monitor\n\n"));
main_loop();