aboutsummaryrefslogtreecommitdiff
path: root/test/stubbed/avr/interrupt.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-01 10:35:53 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-01 10:35:53 +0530
commit96b074de6104161c62e09b2b1a725316dbf1c5f3 (patch)
tree0ff68fd7fdf611365a20f718664818f27437e630 /test/stubbed/avr/interrupt.h
parent18268280dc6c0bd44035b53655ae43e9c88245bd (diff)
downloaddaft-watch-96b074de6104161c62e09b2b1a725316dbf1c5f3.tar.gz
daft-watch-96b074de6104161c62e09b2b1a725316dbf1c5f3.zip
Add tests for mode state
Diffstat (limited to 'test/stubbed/avr/interrupt.h')
-rw-r--r--test/stubbed/avr/interrupt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stubbed/avr/interrupt.h b/test/stubbed/avr/interrupt.h
index 19dfa36..5163846 100644
--- a/test/stubbed/avr/interrupt.h
+++ b/test/stubbed/avr/interrupt.h
@@ -1,7 +1,7 @@
#define ISR(INTER, ...) void generated_interrupt_##INTER()
-static void cli() {}
-static void sei() {}
+inline void cli() {}
+inline void sei() {}
#define stub_run_timers() \
{ \