mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Fixed WB32 MCU remote wakeup issue (#20863)
Co-authored-by: Joy <chang.li@westberrytech.com>
This commit is contained in:
		
							parent
							
								
									909054c357
								
							
						
					
					
						commit
						bd2e59af60
					
				@ -73,6 +73,7 @@ void __early_init(void) {
 | 
				
			|||||||
  wb32_clock_init();
 | 
					  wb32_clock_init();
 | 
				
			||||||
  wb32_gpio_init();
 | 
					  wb32_gpio_init();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @brief   Board-specific initialization code.
 | 
					 * @brief   Board-specific initialization code.
 | 
				
			||||||
 * @note    You can add your board-specific code here.
 | 
					 * @note    You can add your board-specific code here.
 | 
				
			||||||
@ -80,7 +81,3 @@ void __early_init(void) {
 | 
				
			|||||||
void boardInit(void) {
 | 
					void boardInit(void) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
void restart_usb_driver(USBDriver *usbp) {
 | 
					 | 
				
			||||||
  // Do nothing. Restarting the USB driver on these boards breaks it.
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -73,6 +73,7 @@ void __early_init(void) {
 | 
				
			|||||||
  wb32_clock_init();
 | 
					  wb32_clock_init();
 | 
				
			||||||
  wb32_gpio_init();
 | 
					  wb32_gpio_init();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @brief   Board-specific initialization code.
 | 
					 * @brief   Board-specific initialization code.
 | 
				
			||||||
 * @note    You can add your board-specific code here.
 | 
					 * @note    You can add your board-specific code here.
 | 
				
			||||||
@ -80,7 +81,3 @@ void __early_init(void) {
 | 
				
			|||||||
void boardInit(void) {
 | 
					void boardInit(void) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
void restart_usb_driver(USBDriver *usbp) {
 | 
					 | 
				
			||||||
  // Do nothing. Restarting the USB driver on these boards breaks it.
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user