src/serial_hid.h: Include guard consistency fix.

This commit is contained in:
Uwe Hermann 2019-12-24 16:38:56 +01:00
parent 31b4a9a236
commit f0901a5050
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SERIAL_HID_H
#define SERIAL_HID_H
#ifndef LIBSIGROK_SERIAL_HID_H
#define LIBSIGROK_SERIAL_HID_H
/* The prefix for port names which are HID based. */
#define SER_HID_CONN_PREFIX "hid"