Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uradmonitor committed Aug 5, 2017
2 parents 5c51742 + 4133be1 commit 67b4980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/app/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "Data.h"
#include "data.h"

Data::Data(TimeCounter *time) {
m_time = time;
Expand Down
2 changes: 1 addition & 1 deletion code/sensors/bme280.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
** along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "BME280.h"
#include "bme280.h"



Expand Down

0 comments on commit 67b4980

Please sign in to comment.