Add LUFA device state to command info
This commit is contained in:
		
							parent
							
								
									20caf673d8
								
							
						
					
					
						commit
						570bcb2ed1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -197,6 +197,8 @@ bool command_extra(uint8_t code)
 | 
			
		|||
            xprintf("rn42_linked(): %X\n", rn42_linked());
 | 
			
		||||
            xprintf("rn42_rts(): %X\n", rn42_rts());
 | 
			
		||||
            xprintf("config_mode: %X\n", config_mode);
 | 
			
		||||
            xprintf("USB_DeviceState: %X\n", USB_DeviceState);
 | 
			
		||||
            xprintf("USB_Device_RemoteWakeupEnabled: %X\n", USB_Device_RemoteWakeupEnabled);
 | 
			
		||||
            xprintf("VBUS: %X\n", USBSTA&(1<<VBUS));
 | 
			
		||||
            xprintf("battery_charging: %X\n", battery_charging());
 | 
			
		||||
            xprintf("battery_status: %X\n", battery_status());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue