diff options
author | tmk <nobody@nowhere> | 2013-03-11 00:14:58 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-11 00:14:58 +0900 |
commit | 09bd1aef12e42b44f90b8275ae95b578294957c0 (patch) | |
tree | ddf33c9c2e269beafcb67930d026626aa2ed6563 /common/report.h | |
parent | db024b6b1803eb752070422e7240b1ffe52d39f6 (diff) |
Rename HOST_* to PROTOCOL_* in protocol/*.mk
Diffstat (limited to 'common/report.h')
-rw-r--r-- | common/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/report.h b/common/report.h index 0995189b39..4801027687 100644 --- a/common/report.h +++ b/common/report.h @@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* key report size(NKRO or boot mode) */ -#if defined(HOST_PJRC) +#if defined(PROTOCOL_PJRC) # include "usb.h" # if defined(KBD2_REPORT_KEYS) && KBD2_REPORT_KEYS > KBD_REPORT_KEYS # define REPORT_KEYS KBD2_REPORT_KEYS |