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:
Anas Nashif 2021-10-06 11:58:10 -04:00 committed by Carles Cufí
parent 4f04f3d979
commit 4dedae5861

View file

@ -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