tests: latency_measure: Tidy up header inclusions
Moves the inclusion of the app_memdomain header file into the tests' utils.h so that any file that includes this can make use of the BENCH_BMEM macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
b3971d0112
commit
6291a57e67
3 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/timestamp.h>
|
||||
#include <zephyr/app_memory/app_memdomain.h>
|
||||
#include "utils.h"
|
||||
#include "timing_sc.h"
|
||||
#include <zephyr/tc_util.h>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/app_memory/app_memdomain.h>
|
||||
#include "utils.h"
|
||||
#include "timing_sc.h"
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include <zephyr/sys/printk.h>
|
||||
#include <stdio.h>
|
||||
#include <zephyr/timestamp.h>
|
||||
#include <zephyr/app_memory/app_memdomain.h>
|
||||
|
||||
#define START_STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE)
|
||||
#define ALT_STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue