Commit 90a39fb4 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

sharp96 bad apple: setup_hz_low -> setup_hz

parent 742ed60b
Loading
Loading
Loading
Loading
+1 −1
Changes for src/app/sharp96-bad-apple/main.cc: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ int main(void)
	sharp96.powerOn();
	sharp96.clear();

	timer.setup_hz_low(frame_rate);
	timer.setup_hz(frame_rate);

	while (1) {
		for (i = 0; i < (sizeof(frames) / sizeof(frames[0])); i++) {