mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 09:53:30 +08:00
modify stm32 usb-cable
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@323 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
b557f30630
commit
736bd9fd66
@ -20,9 +20,9 @@
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#define USB_DISCONNECT GPIOA
|
||||
#define USB_DISCONNECT_PIN GPIO_Pin_3
|
||||
#define RCC_APB2Periph_GPIO_DISCONNECT RCC_APB2Periph_GPIOA
|
||||
#define USB_DISCONNECT GPIOG
|
||||
#define USB_DISCONNECT_PIN GPIO_Pin_7
|
||||
#define RCC_APB2Periph_GPIO_DISCONNECT RCC_APB2Periph_GPIOG
|
||||
|
||||
#endif /* __PLATFORM_CONFIG_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user