comparison main.c @ 338:12123e390169

More minor work
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Jun 2012 00:00:57 +0800
parents 298e502fdcd4
children 024f5571df8c
comparison
equal deleted inserted replaced
337:f575ef538f5d 338:12123e390169
260 260
261 static void 261 static void
262 cmd_clear() 262 cmd_clear()
263 { 263 {
264 n_measurements = 0; 264 n_measurements = 0;
265 printf_P(PSTR("Cleared\n")); 265 printf_P(PSTR("cleared\n"));
266 } 266 }
267 267
268 static void 268 static void
269 cmd_btoff() 269 cmd_btoff()
270 { 270 {