zhyinch
2020-10-07 170e557c0d38e66e6100d32a2a465ee1cd6f5275
Ô´Âë/ºËÐİå/Src/OnChipDevices/Usart.c
@@ -82,7 +82,7 @@
   
   //初始化管脚
   GPIO_InitStructure.GPIO_Pin = EU_RX_PIN;
   GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;                     //Rx上拉输入
   GPIO_InitStructure.GPIO_Mode =GPIO_Mode_IN_FLOATING;                     //Rx上拉输入
   GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
   GPIO_Init(EU_RX_GPIO, &GPIO_InitStructure);