X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=commands.c;h=d67b6515ba1bc60b88620f9c798c9f030f399f3c;hp=9f7eaf6b3205a7194b85ba1fe7848a78f7b51467;hb=9a090567b4bf503a5919673e7416f3bc7963f3e4;hpb=66e8a69f26ffb8039688651235f223428383dac9 diff --git a/commands.c b/commands.c index 9f7eaf6..d67b651 100644 --- a/commands.c +++ b/commands.c @@ -2271,7 +2271,7 @@ static void cmd_dump_i2c_parsed(void *parsed_result, void *data) imu.latitude, imu.longitude, imu.altitude); } else - printf_P(PSTR("GPS unavailable")); + printf_P(PSTR("GPS unavailable\n")); i2c_protocol_debug(); wait_ms(100); }