From 3142d12fab2790d03cf5f498ff3f9e78a0ad0dbd Mon Sep 17 00:00:00 2001 From: Sergei Poselenov Date: Fri, 30 Nov 2012 15:10:39 +0400 Subject: [PATCH] RT 80404. Minor comment change ("SPI" -> "SPI0"). --- cpu/arm_cortexm3/m2s/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/arm_cortexm3/m2s/soc.c b/cpu/arm_cortexm3/m2s/soc.c index c8f1ac2..1312c22 100644 --- a/cpu/arm_cortexm3/m2s/soc.c +++ b/cpu/arm_cortexm3/m2s/soc.c @@ -65,7 +65,7 @@ void cortex_m3_soc_init(void) #endif #ifdef CONFIG_M2S_SPI - /* Initialize iomux for SPI */ + /* Initialize iomux for SPI0 */ *(volatile int *)0x400381F4 = 0x36C; #endif /* -- GitLab