audiobus: correct trivial typo

This commit is contained in:
Jeff Epler 2019-10-27 16:42:04 -05:00
parent 978cec0316
commit 0657884fca

View File

@ -62,7 +62,7 @@
//| import time
//| import math
//|
//| # Generate one period of sine wav.
//| # Generate one period of sine wave.
//| length = 8000 // 440
//| sine_wave = array.array("H", [0] * length)
//| for i in range(length):