summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/tm1637.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/tm1637.cxx')
-rw-r--r--peripheral/libupm/examples/c++/tm1637.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/c++/tm1637.cxx b/peripheral/libupm/examples/c++/tm1637.cxx
index 235ae50..14ec3a2 100644
--- a/peripheral/libupm/examples/c++/tm1637.cxx
+++ b/peripheral/libupm/examples/c++/tm1637.cxx
@@ -22,7 +22,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "tm1637.h"
+#include "tm1637.hpp"
#include <signal.h>
#include <unistd.h>
#include <sstream>