From 4e773191d447ac434536262a6f204dd991d4ad77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 11 Nov 2015 15:26:01 +0100 Subject: tmp --- examples/dht22usart/dht22.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dht22usart/dht22.c') 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 #include #include "../../usart.h" -#include "../../sensor_dht22.h" +//#include "../../sensor_dht22.h" void rec(uint8_t data) { if (data == '\r') { -- cgit v1.2.3