diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/project.yml | 1 | ||||
| -rw-r--r-- | tests/test/test_osal_none.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/project.yml b/tests/project.yml index a02d19b3b..a669e4b46 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -71,7 +71,6 @@ :mock_prefix: mock_ :when_no_prototypes: :warn :enforce_strict_ordering: TRUE -# :callback_include_count: FALSE :plugins: - :ignore - :callback diff --git a/tests/test/test_osal_none.c b/tests/test/test_osal_none.c index 2e5bfb3e5..18b3ff75f 100644 --- a/tests/test/test_osal_none.c +++ b/tests/test/test_osal_none.c @@ -39,9 +39,8 @@ #undef TUSB_CFG_OS #endif -#define TUSB_CFG_OS TUSB_OS_NONE #include "unity.h" -#include "osal.h" +#include "osal_none.h" uint32_t statements[10]; osal_semaphore_t sem; |
