tests: logging: remove definition of SYS_CLOCK_HW_CYCLES_PER_SEC
This is not needed for the test and is very HW specific. Fixes #39185 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4f04f3d979
commit
4dedae5861
|
@ -10,4 +10,3 @@ CONFIG_THREAD_MONITOR=y
|
|||
CONFIG_LOG_PRINTK=y
|
||||
CONFIG_LOG_BLOCK_IN_THREAD=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1000000
|
||||
|
|
Loading…
Reference in a new issue