mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Fixed unit test usage of visibility macros
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(SBUS2Test, SBUS2) {
|
||||
char *filepath = "testdata/sbus2_r7008SB.txt";
|
||||
const char *filepath = "testdata/sbus2_r7008SB.txt";
|
||||
|
||||
FILE *fp;
|
||||
fp = fopen(filepath,"rt");
|
||||
|
||||
Reference in New Issue
Block a user