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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user