src/serial_hid.h: Include guard consistency fix.
This commit is contained in:
parent
31b4a9a236
commit
f0901a5050
|
@ -17,8 +17,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SERIAL_HID_H
|
#ifndef LIBSIGROK_SERIAL_HID_H
|
||||||
#define SERIAL_HID_H
|
#define LIBSIGROK_SERIAL_HID_H
|
||||||
|
|
||||||
/* The prefix for port names which are HID based. */
|
/* The prefix for port names which are HID based. */
|
||||||
#define SER_HID_CONN_PREFIX "hid"
|
#define SER_HID_CONN_PREFIX "hid"
|
||||||
|
|
Loading…
Reference in New Issue