From 90a39fb4ee05007d6f1eda5fb5566b42f6682f0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Jan 2022 18:00:52 +0100 Subject: sharp96 bad apple: setup_hz_low -> setup_hz --- src/app/sharp96-bad-apple/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/sharp96-bad-apple') diff --git a/src/app/sharp96-bad-apple/main.cc b/src/app/sharp96-bad-apple/main.cc index eb85229..015e8d8 100644 --- a/src/app/sharp96-bad-apple/main.cc +++ b/src/app/sharp96-bad-apple/main.cc @@ -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++) { -- cgit v1.2.3