Skip to content

Commit

Permalink
XXX Remove me
Browse files Browse the repository at this point in the history
This shouldn't be necessary as we should be getting the equeue_stub
symbol, with proper C naming (not C++ mangled) from equeue_stub.c, which
goes into build/events/tests/UNITTESTS/doubles/libmbed-stubs-events.a
which we are indeed linking with when building
lorawan-lorawan-stack-unittest
  • Loading branch information
Patater committed Jul 22, 2021
1 parent 2905046 commit 56af3f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "equeue_stub.h"

equeue_stub_def equeue_stub;

using namespace events;

class Test_LoRaWANTimer : public testing::Test {
Expand Down

0 comments on commit 56af3f0

Please sign in to comment.