X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/blobdiff_plain/aff1a95d8e974f6a6f83f5dc886ce86a45057574..c7bd1ac5b92c4516d3186ad3218b45c60de8b01f:/kinect_upload_fw/kinect_upload_fw.c diff --git a/kinect_upload_fw/kinect_upload_fw.c b/kinect_upload_fw/kinect_upload_fw.c index 746bc68..626b963 100644 --- a/kinect_upload_fw/kinect_upload_fw.c +++ b/kinect_upload_fw/kinect_upload_fw.c @@ -64,7 +64,7 @@ void dump_bl_cmd(bootloader_command cmd) { LOG("\n"); } -int get_first_reply() { +int get_first_reply(void) { unsigned char buffer[512]; int res; int transferred; @@ -83,7 +83,7 @@ int get_first_reply() { } -int get_reply() { +int get_reply(void) { unsigned char dump[512]; status_code buffer = ((status_code*)dump)[0]; int res;