mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 09:47:27 +08:00
*** EFM32 branch ***
1. Move file, "start_gcc.S", from "libcpu/arm/cortex-m3/" to "bsp/efm32/" 2. Upgrade EFM32 driver libraries (CMSIS and efm32lib) to version 2.2.2 3. Upgrade EFM32 G2xx development kit drivers (EFM32_Gxxx_DK) to version 1.7.2 (from version 1.6.0) 4. Modify the files ("drv_usart.c" and "drv_iic.c") according to the driver libraries upgrading git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1818 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -130,10 +130,10 @@ rt_err_t rt_hw_misc_init(void)
|
||||
adc0 = rt_device_find(RT_ADC0_NAME);
|
||||
if (adc0 == RT_NULL)
|
||||
{
|
||||
misc_debug("Batt err: Can't find device: %s!\n", RT_ADC0_NAME);
|
||||
misc_debug("Misc err: Can't find device: %s!\n", RT_ADC0_NAME);
|
||||
break;
|
||||
}
|
||||
misc_debug("Batt: Find device %s\n", RT_ADC0_NAME);
|
||||
misc_debug("Misc: Find device %s\n", RT_ADC0_NAME);
|
||||
|
||||
return RT_EOK;
|
||||
} while (0);
|
||||
|
Reference in New Issue
Block a user