view target-utils/buzplayer/melody.h @ 453:6228d27738d1

target-utils: wait_ARM_cycles() added to libbase
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Feb 2019 07:35:07 +0000
parents 49d2684805b1
children 9092ff68e37d
line wrap: on
line source

struct melentry {
	u16	tone;
	u16	dur;
};