diff options
Diffstat (limited to 'src/app/donothing')
-rw-r--r-- | src/app/donothing/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app/donothing/Makefile.inc b/src/app/donothing/Makefile.inc index 0608a82..bf22978 100644 --- a/src/app/donothing/Makefile.inc +++ b/src/app/donothing/Makefile.inc @@ -1,3 +1,4 @@ -timer_cycles = 0 -timer_s = 0 -loop = 0 +ifdef app + override timer_s = 0 + override loop = 0 +endif |