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