Add script reading bootloader flags
[pub/lufa.git] / Projects / MIDIToneGenerator / MIDIToneGenerator.txt
index 8b31004..7d0f019 100644 (file)
  *
  *  <table>
  *   <tr>
- *    <td><b>Define Name:</b></td>
- *    <td><b>Location:</b></td>
- *    <td><b>Description:</b></td>
+ *    <th><b>Define Name:</b></th>
+ *    <th><b>Location:</b></th>
+ *    <th><b>Description:</b></th>
  *   </tr>
  *   <tr>
  *    <td>MAX_SIMULTANEOUS_NOTES</td>
- *    <td>MIDIToneGenerator.h</td>
+ *    <td>AppConfig.h</td>
  *    <td>Sets the maximum number of MIDI notes that can be generated simultaneously. More notes require more processing time,
  *        and thus a value that is too high will cause audiable sound distortion due to insufficient CPU time.</td>
  *   </tr>