aboutsummaryrefslogtreecommitdiff
path: root/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tftp.h')
-rw-r--r--tftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftp.h b/tftp.h
index 2663d1c..3412e81 100644
--- a/tftp.h
+++ b/tftp.h
@@ -26,7 +26,7 @@ struct tftp_t {
uint16_t tp_error_code;
uint8_t tp_msg[512];
} tp_error;
- uint8_t tp_buf[512 + 2];
+ char tp_buf[512 + 2];
} x;
};