From 3119f7b909d6c8938ae92e45b1e92dc1bcba0c0b Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 16 May 2011 15:09:39 +0000 Subject: Add initial CC1101 wireless logic from Uros git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/stm32/stm32_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/stm32/stm32_start.c') diff --git a/nuttx/arch/arm/src/stm32/stm32_start.c b/nuttx/arch/arm/src/stm32/stm32_start.c index ca47f540a..ce7aeb53a 100644 --- a/nuttx/arch/arm/src/stm32/stm32_start.c +++ b/nuttx/arch/arm/src/stm32/stm32_start.c @@ -85,7 +85,7 @@ void __start(void) stm32_clockconfig(); stm32_lowsetup(); - stm32_gpio_remap(); + stm32_gpioinit(); showprogress('A'); /* Clear .bss. We'll do this inline (vs. calling memset) just to be -- cgit v1.2.3