![]() ![]() | ![]() |
version 1.1.1.4, 2018/04/24 18:31:13 | version 1.1.1.5, 2018/04/24 19:02:42 |
---|---|
Line 26 struct tftp_t { | Line 26 struct tftp_t { |
uint16_t tp_error_code; | uint16_t tp_error_code; |
uint8_t tp_msg[512]; | uint8_t tp_msg[512]; |
} tp_error; | } tp_error; |
uint8_t tp_buf[512 + 2]; | char tp_buf[512 + 2]; |
} x; | } x; |
}; | }; |