forked from mfulz_github/qmk_firmware
AVRISP Programmer code is no longer in the LUFA mainline, remove it's PID allocation.
This commit is contained in:
parent
bb4880a9ee
commit
ab3de47420
|
@ -8,7 +8,6 @@
|
||||||
*
|
*
|
||||||
* \section Sec_ChangeLogXXXXXX Version XXXXXX
|
* \section Sec_ChangeLogXXXXXX Version XXXXXX
|
||||||
*
|
*
|
||||||
* - Changed AVRISP Programmer descriptors to use a newly allocated 0x204F PID value
|
|
||||||
* - Fixed MagStripe project configuration descriptor containing an unused (blank) endpoint descriptor
|
* - Fixed MagStripe project configuration descriptor containing an unused (blank) endpoint descriptor
|
||||||
* - Incorporated makefile changes by Denver Gingerich to retain compatibility with stock (non-WinAVR) AVR-GCC installations
|
* - Incorporated makefile changes by Denver Gingerich to retain compatibility with stock (non-WinAVR) AVR-GCC installations
|
||||||
* - Fixed makefile EEPROM programming targets programming FLASH data in addition to EEPROM data
|
* - Fixed makefile EEPROM programming targets programming FLASH data in addition to EEPROM data
|
||||||
|
|
|
@ -216,7 +216,7 @@
|
||||||
* 0x204F
|
* 0x204F
|
||||||
* </td>
|
* </td>
|
||||||
* <td>
|
* <td>
|
||||||
* AVRISP Programmer Project
|
* ** Not Currently Allocated **
|
||||||
* </td>
|
* </td>
|
||||||
* </tr>
|
* </tr>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue