Skip to content

Commit 0d60d0e

Browse files
committed
Fixes on compilation for different variants
1 parent f90e1a3 commit 0d60d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Telemetry/Sensor/PMSA003ISensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void PMSA003ISensor::sleep() {
6262
uint32_t PMSA003ISensor::wakeUp() {
6363
digitalWrite(PMSA003I_ENABLE_PIN, HIGH);
6464
state = State::ACTIVE;
65-
return PMSA003I_WARMUP_MS
65+
return PMSA003I_WARMUP_MS;
6666
}
6767
#endif /* PMSA003I_ENABLE_PIN */
6868

0 commit comments

Comments
 (0)