aboutsummaryrefslogtreecommitdiff
path: root/j1demo/firmware/packet.fs
diff options
context:
space:
mode:
Diffstat (limited to 'j1demo/firmware/packet.fs')
-rw-r--r--j1demo/firmware/packet.fs11
1 files changed, 0 insertions, 11 deletions
diff --git a/j1demo/firmware/packet.fs b/j1demo/firmware/packet.fs
deleted file mode 100644
index b188cc5..0000000
--- a/j1demo/firmware/packet.fs
+++ /dev/null
@@ -1,11 +0,0 @@
-( Packet construction, tx, rx JCB 13:25 08/24/10)
-module[ packet"
-
-: packet@ ( u -- u )
- mac-inoffset mac@ ;
-
-: packetd@ ( u -- ud )
- mac-inoffset dup 2+ mac@ swap mac@ ;
-
-
-]module