Skip to content

Commit c9809a8

Browse files
Joel CraneJoel Crane
Joel Crane
authored and
Joel Crane
committed
Fixed missing default in case, which the compilier did not like
1 parent a9cd70b commit c9809a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Packet_Potato/string_utils.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@ byte getFrameType(wifi_promiscuous_pkt_type_t type)
8080

8181
case WIFI_PKT_DATA:
8282
return 2;
83+
84+
default:
85+
return 0;
8386
}
8487
}

0 commit comments

Comments
 (0)