mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
st24 test: Be less verbose
This commit is contained in:
parent
29621ce0ed
commit
981ca02001
@ -12,12 +12,12 @@ TEST(ST24Test, ST24)
|
||||
{
|
||||
const char *filepath = "testdata/st24_data.txt";
|
||||
|
||||
warnx("loading data from: %s", filepath);
|
||||
//warnx("loading data from: %s", filepath);
|
||||
|
||||
FILE *fp;
|
||||
|
||||
fp = fopen(filepath, "rt");
|
||||
//ASSERT_TRUE(fp);
|
||||
ASSERT_TRUE(fp);
|
||||
|
||||
float f;
|
||||
unsigned x;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user