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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/sensors/PMSX003Sensor.h
|
|
@ -349,4 +349,4 @@ class PMSX003Sensor : public BaseSensor, PMSX003 { |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
#endif // SENSOR_SUPPORT && PMS_SUPPORT |
|
|
|
#endif // SENSOR_SUPPORT && PMSX003_SUPPORT |