fix: capture current ch390 and lwip debug changes
This commit is contained in:
@@ -392,7 +392,7 @@ uint32_t ch390_receive_packet(uint8_t *buff, uint8_t *rx_status);
|
||||
* @param buff - Data to be sent
|
||||
* @param length - Less than 3k bytes.
|
||||
*/
|
||||
void ch390_send_packet(uint8_t *buff, uint16_t length);
|
||||
int ch390_send_packet(uint8_t *buff, uint16_t length);
|
||||
|
||||
/**
|
||||
* @name ch390_send_request
|
||||
@@ -672,6 +672,6 @@ uint32_t ch390_runtime_receive_packet(uint8_t *buff, uint8_t *rx_status);
|
||||
* @param buff - Data to be sent
|
||||
* @param length - Less than 3k bytes.
|
||||
*/
|
||||
void ch390_runtime_send_packet(uint8_t *buff, uint16_t length);
|
||||
int ch390_runtime_send_packet(uint8_t *buff, uint16_t length);
|
||||
|
||||
#endif /* __CH390_H */
|
||||
|
||||
Reference in New Issue
Block a user