Hi, I uploaded a very stupid program into my arduino yun (Atmega16U4)
void loop(){
cli();
}
As soon as i uploaded it windows notified me that "usb device not responding" and told me that it might not be funcional. Tried to upload blink(), reset and immediatly try to upload, tried to reupload bootloader, nothing. Did I screw up?