1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

OP-958: move hidapi.h under library root to stop uncrustification

This commit is contained in:
Oleg Semyonov 2013-05-25 00:45:00 +03:00
parent f61340f30a
commit c10932b457
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ HEADERS += inc/opHID_global.h \
inc/opHID_const.h \ inc/opHID_const.h \
inc/opHID_usbmon.h \ inc/opHID_usbmon.h \
inc/opHID_usbsignal.h \ inc/opHID_usbsignal.h \
inc/hidapi.h hidapi/hidapi.h
SOURCES += src/opHID_plugin.cpp \ SOURCES += src/opHID_plugin.cpp \
src/opHID.cpp \ src/opHID.cpp \
src/opHID_usbsignal.cpp \ src/opHID_usbsignal.cpp \