Skip to content

Commit c0e135a

Browse files
committed
New "kissutil" application.
1 parent 30c5286 commit c0e135a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kissnet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
void kissnet_init (struct misc_config_s *misc_config);
1515

16-
void kissnet_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client);
16+
void kissnet_send_rec_packet (int chan, int kiss_cmd, unsigned char *fbuf, int flen, int client);
1717

1818
void kiss_net_set_debug (int n);
1919

kissserial.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
void kissserial_init (struct misc_config_s *misc_config);
1515

16-
void kissserial_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client);
16+
void kissserial_send_rec_packet (int chan, int kiss_cmd, unsigned char *fbuf, int flen, int client);
1717

1818
void kissserial_set_debug (int n);
1919

0 commit comments

Comments
 (0)