@@ -46,8 +46,8 @@ USBD_Usr_cb_TypeDef USR_cb = {
4646* @retval None
4747*/
4848void USBD_USR_Init () {
49- printf ("USB OTG FS\n" );
50- printf ("USB device start\n" );
49+ // printf("USB OTG FS\n");
50+ // printf("USB device start\n");
5151}
5252
5353/**
@@ -57,7 +57,7 @@ void USBD_USR_Init() {
5757* @retval None
5858*/
5959void USBD_USR_DeviceReset (uint8_t speed ) {
60- printf ("USB reset %d\n" , speed );
60+ // printf("USB reset %d\n", speed);
6161}
6262
6363/**
@@ -67,7 +67,7 @@ void USBD_USR_DeviceReset(uint8_t speed) {
6767* @retval Staus
6868*/
6969void USBD_USR_DeviceConfigured () {
70- printf ("USB dev config\n" );
70+ // printf("USB dev config\n");
7171}
7272
7373/**
@@ -77,7 +77,7 @@ void USBD_USR_DeviceConfigured() {
7777* @retval None
7878*/
7979void USBD_USR_DeviceSuspended () {
80- printf ("USB dev suspend\n" );
80+ // printf("USB dev suspend\n");
8181}
8282
8383/**
@@ -87,7 +87,7 @@ void USBD_USR_DeviceSuspended() {
8787* @retval None
8888*/
8989void USBD_USR_DeviceResumed () {
90- printf ("USB dev resume\n" );
90+ // printf("USB dev resume\n");
9191}
9292
9393
@@ -98,7 +98,7 @@ void USBD_USR_DeviceResumed() {
9898* @retval Staus
9999*/
100100void USBD_USR_DeviceConnected () {
101- printf ("USB dev connect\n" );
101+ // printf("USB dev connect\n");
102102}
103103
104104
@@ -109,7 +109,7 @@ void USBD_USR_DeviceConnected() {
109109* @retval Staus
110110*/
111111void USBD_USR_DeviceDisconnected () {
112- printf ("USB dev disconn\n" );
112+ // printf("USB dev disconn\n");
113113}
114114
115115/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
0 commit comments