From f364ed108b3124b9da64dc105a14cd0feb25cb39 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 30 Apr 2015 01:59:06 -0400 Subject: [PATCH] trying to merge --- MindControlledUAV/src/ImprovedMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MindControlledUAV/src/ImprovedMain.java b/MindControlledUAV/src/ImprovedMain.java index f360a16..15487a7 100644 --- a/MindControlledUAV/src/ImprovedMain.java +++ b/MindControlledUAV/src/ImprovedMain.java @@ -188,4 +188,4 @@ public void send_at_cmd(String at_cmd) throws Exception { //socket.receive(packet); //AR.Drone does not send back ack message (like "OK") //System.out.println(new String(packet.getData(),0,packet.getLength())); } -} \ No newline at end of file +}