unity_utils: added helper function to disable cache and run user function

This commit is contained in:
morris
2022-08-06 14:52:22 +08:00
parent cdd50aff1a
commit f24983a942
14 changed files with 99 additions and 94 deletions

View File

@@ -10,6 +10,7 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "unity_test_utils_memory.h"
#include "unity_test_utils_cache.h"
#ifdef __cplusplus
extern "C" {