diff --git a/unit_tests/global.h b/unit_tests/global.h index 5b5ccedb0c..51a654db2b 100644 --- a/unit_tests/global.h +++ b/unit_tests/global.h @@ -22,7 +22,6 @@ typedef uint32_t ioportmask_t; #define FIRMWARE_ID "UNIT_TEST" // just a stub implementation for unit tests -#define EXPECTED_REMAINING_STACK 1 #define getCurrentRemainingStack() (999999) #define EXPECT_NEAR_M3(x, y) EXPECT_NEAR((x), (y), 1e-3)