Skip to content
Snippets Groups Projects
Unverified Commit 13c8b6d3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

bad-apple-msp430fr-ssd1306-128x64: there is no setup_hz_low

parent 565cde84
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ int main(void)
i2c.setup();
ssd1306.init();
timer.setup_hz_low(frame_rate);
timer.setup_hz(frame_rate);
while (1) {
for (i = 0; i < (sizeof(frames) / sizeof(frames[0])); i++) {
......
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