summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/max5487.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/max5487.cxx')
-rw-r--r--peripheral/libupm/examples/c++/max5487.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/c++/max5487.cxx b/peripheral/libupm/examples/c++/max5487.cxx
index a13223a..661be05 100644
--- a/peripheral/libupm/examples/c++/max5487.cxx
+++ b/peripheral/libupm/examples/c++/max5487.cxx
@@ -24,7 +24,7 @@
#include <unistd.h>
#include <iostream>
-#include "max5487.hpp"
+#include "max5487.h"
#include <signal.h>
upm::MAX5487 *sensor = NULL;