summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/max31855.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/max31855.cxx')
-rw-r--r--peripheral/libupm/examples/c++/max31855.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/c++/max31855.cxx b/peripheral/libupm/examples/c++/max31855.cxx
index 2390d93..6e72998 100644
--- a/peripheral/libupm/examples/c++/max31855.cxx
+++ b/peripheral/libupm/examples/c++/max31855.cxx
@@ -27,7 +27,7 @@
#include <signal.h>
//! [Interesting]
-#include "max31855.h"
+#include "max31855.hpp"
int
main(int argc, char **argv)