diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/bench/Makefile.inc | 1 | ||||
-rw-r--r-- | src/app/ledblink/Makefile.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/app/bench/Makefile.inc b/src/app/bench/Makefile.inc new file mode 100644 index 0000000..ded88a9 --- /dev/null +++ b/src/app/bench/Makefile.inc @@ -0,0 +1 @@ +timer_cycles ?= 1 diff --git a/src/app/ledblink/Makefile.inc b/src/app/ledblink/Makefile.inc new file mode 100644 index 0000000..d7dcd37 --- /dev/null +++ b/src/app/ledblink/Makefile.inc @@ -0,0 +1,2 @@ +timer_cycles ?= 1 +loop ?= 1 |