mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
tests: benchmark: Remove redundant define
The constant NSEC_PER_USEC is already defined in sys_clock.h, there is no need to define it here. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
committed by
Andrew Boie
parent
0ed0d164ef
commit
f704f91222
@@ -28,10 +28,6 @@
|
||||
/* printf format defines. */
|
||||
#define FORMAT "| %-65s|%10u|\n"
|
||||
|
||||
/* global defines */
|
||||
/* number of nsec per usec */
|
||||
#define NSEC_PER_USEC 1000
|
||||
|
||||
/* length of the output line */
|
||||
#define SLINE_LEN 256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user