Browse Source

Merge pull request #1123 from ruimarinho/support/pms-support-typo

Fix incorrect PMS_SUPPORT reference on sensor endif
ech1560
Xose Pérez 6 years ago
committed by GitHub
parent
commit
62eb2e6342
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/sensors/PMSX003Sensor.h

+ 1
- 1
code/espurna/sensors/PMSX003Sensor.h View File

@ -349,4 +349,4 @@ class PMSX003Sensor : public BaseSensor, PMSX003 {
};
#endif // SENSOR_SUPPORT && PMS_SUPPORT
#endif // SENSOR_SUPPORT && PMSX003_SUPPORT

Loading…
Cancel
Save