Commit f4e96462 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

irq-demo: Reduce process sleep to 1 us

parent 190573d7
......@@ -19,7 +19,7 @@
#define TEST_FMC_DIO_COUNT -1
#define TEST_FMC_DIO_PERIOD 100000000
#define STATS_LOG_PATH "./.irq-demo.log"
#define PROCESS_SLEEP_US 100000
#define PROCESS_SLEEP_US 1
#define MAX_FMC_DIO_PATH 100
struct _user_args {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment