Skip to content

Commit 5ad376f

Browse files
author
Jesus Lopez Garcia
committed
Its building
1 parent af197c8 commit 5ad376f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

jni/Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ LOCAL_SRC_FILES := \
2323
json/parson.c \
2424
lz4/lz4.c \
2525
msp/msp_displayport.c \
26+
msp/msp_vtx.c \
2627
msp/msp.c \
2728
net/network.c \
2829
osd_dji_overlay_udp.c \
@@ -43,6 +44,7 @@ LOCAL_SRC_FILES:= \
4344
msp_displayport_mux.c \
4445
msp/msp.c \
4546
msp/msp_displayport.c \
47+
msp/msp_vtx.c \
4648
net/network.c \
4749
net/serial.c \
4850
util/fs_util.c \

jni/msp/msp_vtx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "msp_vtx.h"
22

3-
int process_vtx_message(msp_msg_t *msg) {
3+
uint16_t process_vtx_message(msp_msg_t *msg) {
44
//INFO: Process data and call channel change
55
}

jni/msp/msp_vtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22
#include "msp.h"
33

4-
int process_vtx_message(msp_msg_t *msg);
4+
uint16_t process_vtx_message(msp_msg_t *msg);

0 commit comments

Comments
 (0)