freemyipod r259 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r258‎ | r259 | r260 >
Date:11:46, 9 November 2010
Author:theseven
Status:new
Tags:
Comment:
Fix silly red
Modified paths:
  • /embios/trunk/target/ipodnano4g/interrupt.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano4g/interrupt.c
@@ -175,8 +175,8 @@
176176
177177 void int_dma_set_handler(int channel, void* handler)
178178 {
179 - void(channel);
180 - void(handler);
 179+ (void)channel;
 180+ (void)handler;
181181 }
182182
183183 void interrupt_init(void)