Skip to content
Snippets Groups Projects
Commit 06f765ec authored by lansk's avatar lansk
Browse files

Changed output wording

parent 302cefd7
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ micropython.alloc_emergency_exception_buf(200)
rb = fifo.Fifo(50)
print('I am main.py')
print('I am test.py')
if rb.empty():
print('Fifo is empty')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment