mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08: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