Skip to content

Commit 6a8ed9c

Browse files
committed
typo update
1 parent 70536dc commit 6a8ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Adafruit_DHT_Driver/Adafruit_DHT.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
4747
if (strcmp(argv[1], "22") == 0) type = DHT22;
4848
if (strcmp(argv[1], "2302") == 0) type = AM2302;
4949
if (type == 0) {
50-
printf("Select 11, 22, 2303 as type!\n");
50+
printf("Select 11, 22, 2302 as type!\n");
5151
return 3;
5252
}
5353

0 commit comments

Comments
 (0)