aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/hardware/interrupts.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/lib/hardware/interrupts.frt')
-rw-r--r--amforth-6.5/avr8/lib/hardware/interrupts.frt7
1 files changed, 0 insertions, 7 deletions
diff --git a/amforth-6.5/avr8/lib/hardware/interrupts.frt b/amforth-6.5/avr8/lib/hardware/interrupts.frt
deleted file mode 100644
index d6eae22..0000000
--- a/amforth-6.5/avr8/lib/hardware/interrupts.frt
+++ /dev/null
@@ -1,7 +0,0 @@
-\ initialize interrupt vectors
-
-: initIntVectors
- #int 0 do
- ['] noop i int!
- loop
-;