Skip to content

Commit 1bf6501

Browse files
committed
Update comments
1 parent b095347 commit 1bf6501

File tree

3 files changed

+4
-604
lines changed

3 files changed

+4
-604
lines changed

src/Keyboard.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
Copyright (c) 2015, Arduino LLC
55
Original code (pre-library): Copyright (c) 2011, Peter Barrett
6-
6+
Contributor: MRNIU
7+
78
This library is free software; you can redistribute it and/or
89
modify it under the terms of the GNU Lesser General Public
910
License as published by the Free Software Foundation; either

src/Keyboard.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
Copyright (c) 2015, Arduino LLC
55
Original code (pre-library): Copyright (c) 2011, Peter Barrett
6-
6+
Contributor: MRNIU
7+
78
This library is free software; you can redistribute it and/or
89
modify it under the terms of the GNU Lesser General Public
910
License as published by the Free Software Foundation; either
@@ -22,8 +23,6 @@
2223
#ifndef KEYBOARD_h
2324
#define KEYBOARD_h
2425

25-
// #include "HID.h"
26-
2726
#if !defined(_USING_HID)
2827

2928
#warning "Using legacy HID core (non pluggable)"

0 commit comments

Comments
 (0)