[Keyboard] ADB converter lock LED fix (#5035)
* Enabled ADB lock LEDs * Updated converter/adb_usb/README.md Fixed a typo in the readme title. Added the lock LED fix to the changelog.
This commit is contained in:
parent
4e2007b855
commit
e9c9c3a4fa
4 changed files with 7 additions and 11 deletions
|
@ -23,5 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
void led_set(uint8_t usb_led)
|
||||
{
|
||||
adb_host_kbd_led(ADB_ADDR_KEYBOARD, ~usb_led);
|
||||
adb_host_kbd_led(~usb_led);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue