remove SendCommand

This commit is contained in:
Philippe Teuwen 2019-05-08 01:32:32 +02:00
commit f49d7e6d39
3 changed files with 12 additions and 39 deletions

View file

@ -56,7 +56,6 @@ typedef struct {
extern communication_arg_t conn;
void *uart_receiver(void *targ);
void SendCommand(PacketCommandOLD *c);
void SendCommandOLD(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
void SendCommandNG(uint16_t cmd, uint8_t *data, size_t len);
void SendCommandMIX(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);