summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/tms320dm320/system-dm320.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/tms320dm320/system-dm320.c b/firmware/target/arm/tms320dm320/system-dm320.c
index 1c81f9c6e2..7c4650468f 100644
--- a/firmware/target/arm/tms320dm320/system-dm320.c
+++ b/firmware/target/arm/tms320dm320/system-dm320.c
@@ -351,7 +351,7 @@ void udelay(int usec) {
351 } 351 }
352} 352}
353 353
354/* This function sets the spefified pin up */ 354/* This function sets the specified pin up */
355void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany, 355void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany,
356 bool chat, char func_num ) 356 bool chat, char func_num )
357{ 357{