forked from xuos/xiuos
Merge branch '0309' of https://gitlink.org.cn/wlyu/xiuos into 0309
This commit is contained in:
commit
c61c6dafea
|
@ -60,7 +60,11 @@ typedef struct PlcSocketParamStruct{
|
|||
}PlcSocketParamType;
|
||||
|
||||
//debug command
|
||||
<<<<<<< HEAD
|
||||
#define plc_print KPrintf
|
||||
=======
|
||||
#define plc_print //KPrintf
|
||||
>>>>>>> e5d124231c72798f7f77b842cc8c631b79043914
|
||||
#define plc_error KPrintf
|
||||
#define plc_notice KPrintf
|
||||
|
||||
|
|
|
@ -71,7 +71,10 @@ int MountSDCard(void)
|
|||
#endif
|
||||
#ifdef BSP_USING_LPUART
|
||||
#include <connect_uart.h>
|
||||
<<<<<<< HEAD
|
||||
#endif
|
||||
=======
|
||||
>>>>>>> e5d124231c72798f7f77b842cc8c631b79043914
|
||||
|
||||
#ifdef BSP_USING_ADC
|
||||
#include <connect_adc.h>
|
||||
|
|
Loading…
Reference in New Issue