fix mch_delay() unittest

This commit is contained in:
Stefan Hoffmann 2014-03-25 15:41:15 +01:00
parent 32f118a47f
commit 7d413050ba

View File

@ -4,6 +4,9 @@
time = cimport './src/os/time.h'
describe 'time function', ->
setup ->
time.time_init!
describe 'mch_delay', ->
mch_delay = (ms) ->
time.mch_delay ms, false