Skip to content

Commit

Permalink
utest: 解决编译报错,需要添加workq的命名空间
Browse files Browse the repository at this point in the history
Signed-off-by: 无烬 <xueyuankui.good@163.com>
  • Loading branch information
AlexHAHA committed Oct 27, 2024
1 parent 07f0b10 commit 6a7bc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/utest/test_workq/sim_imu_sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <uORB/topics/vehicle_angular_velocity.h>

using namespace time_literals;
using namespace nextpilot::workq;
using namespace nextpilot;

/**
Expand Down
1 change: 1 addition & 0 deletions apps/utest/test_workq/sim_rate_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <uORB/topics/vehicle_angular_velocity.h>

using namespace time_literals;
using namespace nextpilot::workq;
using namespace nextpilot;

/**
Expand Down

0 comments on commit 6a7bc43

Please sign in to comment.