mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-22 08:09:13 +00:00
Merge branch 'master' of https://github.com/travisgoodspeed/goodwatch
This commit is contained in:
commit
2e1ec6f7f7
@ -145,7 +145,7 @@ void app_packettx(uint8_t *packet, int len){
|
||||
/* We send it to the active application, but only if that
|
||||
application has a handler.
|
||||
*/
|
||||
if(!applet->packetrx){
|
||||
if(!applet->packettx){
|
||||
printf("No packet TX handler for %s.",
|
||||
applet->name);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user