[En-Nut-Discussion] devnut_m3n: Fix a typo in ih_stm32_spi3.c
Uwe Bonnes
bon at elektron.ikp.physik.tu-darmstadt.de
Wed Dec 7 16:17:10 CET 2011
Hello,
ist it right to send patches for the devnut_m3n to this list or should I
send direct to Ulrich?
Bye
Changelog:
Fix a typo in ih_stm32_spi3.c
--
Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: nut/arch/cm3/dev/stm/ih_stm32_spi3.c
===================================================================
--- nut/arch/cm3/dev/stm/ih_stm32_spi3.c (Revision 3692)
+++ nut/arch/cm3/dev/stm/ih_stm32_spi3.c (Arbeitskopie)
@@ -51,7 +51,7 @@
#define NUT_IRQPRI_SPI3 4
#endif
-static int SerialPeripheral2IrqCtl(int cmd, void *param);
+static int SerialPeripheral3IrqCtl(int cmd, void *param);
IRQ_HANDLER sig_SPI3 = {
#ifdef NUT_PERFMON
@@ -156,4 +156,4 @@
return rc;
}
-#endif /* STM32_SPI3 */
\ No newline at end of file
+#endif /* STM32_SPI3 */
More information about the En-Nut-Discussion
mailing list