Fixed placeholder method.

This commit is contained in:
neviyn 2017-11-09 23:20:36 +00:00
parent e27ee760d6
commit ffe67f93c5

View File

@ -8,4 +8,4 @@ type
# http://clang.llvm.org/docs/AttributeReference.html#interrupt-avr
proc interrupt_handler(frame: InterruptFrame) {.exportc, codegenDecl: "__attribute__((interrupt)) $# $#$#".} =
discard