Skip to content

Commit 531247e

Browse files
committed
Added new line at end of files
1 parent 0ba325c commit 531247e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sensors/MagneticSensorPWM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ float MagneticSensorPWM::getVelocity(){
6363
// read the raw counter of the magnetic sensor
6464
int MagneticSensorPWM::getRawCount(){
6565
return pulseIn(pinPWM,HIGH);
66-
}
66+
}

src/sensors/MagneticSensorPWM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ class MagneticSensorPWM: public Sensor{
5454

5555
};
5656

57-
#endif
57+
#endif

0 commit comments

Comments
 (0)