Seeking help uploading sketch to Arduino Micro

I'm running IDE 1.6.7 on Win7 x64. I'm trying to upload the example Blink sketch over USB to an Arduino Micro and getting a "programmer is not responding" error (see below). In the IDE, Board is Arduino/Genuino Micro, Port is COM5, and Programmer is USBTinyISp (the output says it's using avr109 as the programmer, but that's not one of the choices in the Programmer list). I've updated the Arduino driver in Windows Device Manager. Any suggestions? Thanks for your help.

Arduino: 1.6.7 (Windows 7), Board: "Arduino/Genuino Micro"

Sketch uses 4,594 bytes (16%) of program storage space. Maximum is 28,672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2,411 bytes for local variables. Maximum is 2,560 bytes.
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, COM6, } => {}
PORTS {COM3, COM6, } / {COM3, } => {}
PORTS {COM3, } / {COM3, COM5, } => {COM5, }
Found upload port: COM5
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v true -patmega32u4 -cavr109 -PCOM5 -b57600 -D -Uflash:w:C:\Users\Karl\AppData\Local\Temp\build45244de5881d474531647e15b46253b4.tmp/Blink2.ino.hex:i 

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : COM5
         Using Programmer              : avr109
         Overriding Baud Rate          : 57600
         AVR Part                      : ATmega32U4
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PA0
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  9000  9000 0x00 0x00
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0x00 0x00
           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : butterfly
         Description     : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

Never mind. Got it to work with Programmer set to USBasp.