mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Minor documentation improvements.
This commit is contained in:
parent
b62c68810d
commit
7dc746c2c1
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
/* Type Defines: */
|
/* Type Defines: */
|
||||||
/** Type define for a dual jack endpoint descriptor. This is identical to the LUFA MIDI class driver's
|
/** Type define for a dual jack endpoint descriptor. This is identical to the LUFA MIDI class driver's
|
||||||
* \ref USB_MIDI_Descriptor_Jack_Endpoint_t, except that it contains two jack association entries.
|
* USB_MIDI_Descriptor_Jack_Endpoint_t, except that it contains two jack association entries.
|
||||||
*/
|
*/
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
* - No known issues.
|
* - No known issues.
|
||||||
* - Atmel Studio Integration
|
* - Atmel Studio Integration
|
||||||
* - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts".
|
* - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts".
|
||||||
* - When switching boards after changing the device selection, a second conflicting \cB OARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition.
|
* - When switching boards after changing the device selection, a second conflicting \c BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition.
|
||||||
*
|
*
|
||||||
* \section Sec_KnownIssues140302 Version 140302
|
* \section Sec_KnownIssues140302 Version 140302
|
||||||
* - AVR8 Architecture
|
* - AVR8 Architecture
|
||||||
|
Loading…
Reference in New Issue
Block a user