Fixed placeholder method.
This commit is contained in:
parent
e27ee760d6
commit
ffe67f93c5
@ -8,4 +8,4 @@ type
|
|||||||
|
|
||||||
# http://clang.llvm.org/docs/AttributeReference.html#interrupt-avr
|
# http://clang.llvm.org/docs/AttributeReference.html#interrupt-avr
|
||||||
proc interrupt_handler(frame: InterruptFrame) {.exportc, codegenDecl: "__attribute__((interrupt)) $# $#$#".} =
|
proc interrupt_handler(frame: InterruptFrame) {.exportc, codegenDecl: "__attribute__((interrupt)) $# $#$#".} =
|
||||||
|
discard
|
||||||
|
Loading…
Reference in New Issue
Block a user