header dreaming about file summary comment
This commit is contained in:
parent
50b7bf6b67
commit
ba2d2a0eac
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* @file Lps25Sensor.cpp
|
||||
*/
|
||||
|
||||
#include "Lps25Sensor.h"
|
||||
#include "global.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* @file frequency_sensor.cpp
|
||||
*/
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
#include "frequency_sensor.h"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* @file functional_sensor.cpp
|
||||
*/
|
||||
|
||||
#include "functional_sensor.h"
|
||||
|
||||
void FunctionalSensor::postRawValue(float inputValue, efitick_t timestamp) {
|
||||
|
|
Loading…
Reference in New Issue