Skip to content

Commit

Permalink
embed/tests/test_api: remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Dec 13, 2019
1 parent 3f46cd2 commit 5864075
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embed/tests/test_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#include "test.h"

#define abs(x) ((x > 0) ? x : -x)

void test_context(void) {
luaradio_t *radio;

Expand Down

0 comments on commit 5864075

Please sign in to comment.