summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/ecs1030.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/ecs1030.cxx')
-rw-r--r--peripheral/libupm/examples/c++/ecs1030.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/c++/ecs1030.cxx b/peripheral/libupm/examples/c++/ecs1030.cxx
index ff87279..40a7dc5 100644
--- a/peripheral/libupm/examples/c++/ecs1030.cxx
+++ b/peripheral/libupm/examples/c++/ecs1030.cxx
@@ -26,7 +26,7 @@
#include <iostream>
#include <signal.h>
#include <stdlib.h>
-#include "ecs1030.hpp"
+#include "ecs1030.h"
int is_running = 0;
upm::ECS1030 *sensor = NULL;