Skip to content

Commit

Permalink
fix filename case
Browse files Browse the repository at this point in the history
  • Loading branch information
vnau committed Nov 13, 2024
1 parent 7cec9af commit cca47e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/models/thermostat.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "thermostat.h"
#include "Sensor.h"
#include "sensor.h"

const char *nameof_typecheck(const void *, const char *name) { return name; }
#define nameof(A) nameof_typecheck((void *)&A, #A)
Expand Down

0 comments on commit cca47e2

Please sign in to comment.