1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00

Bump version # due to VM change

This commit is contained in:
David Schmenk
2015-10-26 18:20:08 -07:00
parent f4e0b4cb6b
commit 8b662b09be
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ import cmdsys
byte MACHID
end
//
// MAximum number of fibers
// Maximum number of fibers
//
const MAX_FIBERS = 32
//
@@ -290,7 +290,7 @@ def fbrTest(fid, param)
byte i
for i = 1 to param
puth(param); putc($0D)
puth(fid); putc($0D)
fbrYield
next
end