Browse Source

修改qtdebug->qtcore

pull/4/head
zhangsan 4 years ago
parent
commit
4b1452d63b
  1. 2
      deviceservice.cpp

2
deviceservice.cpp

@ -2,7 +2,7 @@
#ifdef Q_OS_LINUX
#include <wiringPi.h>
#else
#include <QtDebug>
#include <QtCore>
#endif
#define WIRING_PIN_LED 4 //GPIO.4

Loading…
Cancel
Save