From b8c997e9d3e95d340723b050320952ba4d58c308 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Fri, 20 Jun 2014 08:20:31 +0200 Subject: [PATCH] removed obsolete comment --- src/borg_hw/borg_hw_lolshield.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/borg_hw/borg_hw_lolshield.c b/src/borg_hw/borg_hw_lolshield.c index f5af435..c37beaa 100644 --- a/src/borg_hw/borg_hw_lolshield.c +++ b/src/borg_hw/borg_hw_lolshield.c @@ -493,8 +493,6 @@ static void compose_cycle(uint8_t const cycle, uint8_t plane) { uint8_t pins_e = sink_e = pgm_read_byte(&sink_e_cycle[cycle]); // convert Borgware-2D framebuffer to LoL Shield cycles on Arduino Leonardo - // (I could have done this with a lookup table, but that would be slower as - // non-constant bit shifts are quite expensive on AVR) // NOTE: (0,0) is UPPER RIGHT in the Borgware realm if (plane < NUMPLANE) { switch(cycle) {