Fixed more bogues

Revision:
18:10bc91c3fb42
Parent:
16:f4df01448b59
--- a/include/xbee.h	Thu Mar 30 17:31:40 2017 +0000
+++ b/include/xbee.h	Thu Mar 30 17:55:53 2017 +0000
@@ -62,8 +62,8 @@
 void handle_frame(const vector<char>& frame);
 
 void parse_nerfus_message(const vector<char>& parsed_frame);
-void parse_coordinator_command(const vector<char>& parsed_frame, vector<uint8_t> coordinator_command);
-void parse_routor_message(const vector<char>& parsed_frame, vector<uint8_t> routor_message);
+void parse_coordinator_command(const vector<char>& parsed_frame);
+void parse_routor_message(const vector<char>& parsed_frame);
 
 //Simplify the frame to only contain the frame type and the relevant data for our application
 vector<char> parse_frame(const vector<char>& frame);