aboutsummaryrefslogtreecommitdiff
path: root/examples/dht22usart/dht22.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dht22usart/dht22.c')
-rw-r--r--examples/dht22usart/dht22.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dht22usart/dht22.c b/examples/dht22usart/dht22.c
index 97a91ee..ec643aa 100644
--- a/examples/dht22usart/dht22.c
+++ b/examples/dht22usart/dht22.c
@@ -3,7 +3,7 @@
#include <util/delay.h>
#include <string.h>
#include "../../usart.h"
-#include "../../sensor_dht22.h"
+//#include "../../sensor_dht22.h"
void rec(uint8_t data) {
if (data == '\r') {