We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364da41 commit 7e3eedcCopy full SHA for 7e3eedc
SampleProjects/TestSomething/test/interrupts.cpp
@@ -23,6 +23,11 @@ unittest(interrupt_attachment) {
23
assertFalse(state->interrupt[0].attached);
24
}
25
26
-
+// Just check if declaration compiles.
27
+// WDT_vect defines the interrupt of the watchdog timer
28
+// if configured accordinly.
29
+// See avr/interrupt.h
30
+ISR (WDT_vect) {
31
+}
32
33
unittest_main()
SampleProjects/TestSomething/test/isr_declaration.cpp
0 commit comments