summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/nrf24l01-receiver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/nrf24l01-receiver.cxx')
-rw-r--r--peripheral/libupm/examples/c++/nrf24l01-receiver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/c++/nrf24l01-receiver.cxx b/peripheral/libupm/examples/c++/nrf24l01-receiver.cxx
index a2430af..344cb0c 100644
--- a/peripheral/libupm/examples/c++/nrf24l01-receiver.cxx
+++ b/peripheral/libupm/examples/c++/nrf24l01-receiver.cxx
@@ -25,7 +25,7 @@
#include <string.h>
#include <unistd.h>
#include <iostream>
-#include "nrf24l01.hpp"
+#include "nrf24l01.h"
#include <signal.h>
int running = 0;