Skip to content

Commit fcc6c1a

Browse files
authored
Merge pull request #297 from stefandz/master
Corrected location of consumer usage codes
2 parents 7f8f645 + f32b01c commit fcc6c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/hid_camerashutter/hid_camerashutter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void loop()
111111
digitalWrite(LED_RED, 1);
112112

113113
// Send the 'volume down' key press
114-
// Check BLEHidGeneric.h for a list of valid consumer usage codes
114+
// Check hid.h for a list of valid consumer usage codes
115115
blehid.consumerKeyPress(HID_USAGE_CONSUMER_VOLUME_DECREMENT);
116116

117117
// Delay a bit between reports

0 commit comments

Comments
 (0)