Skip to content
Snippets Groups Projects
Commit 7769ddeb authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

remove main

parent 8a801cd3
No related branches found
No related tags found
1 merge request!5Skip Mesh BSSID
......@@ -152,12 +152,3 @@ int * getMeshBssid (){
return bssid;
}
int main (int argc, const char * argv[])
{
int* bssid = getMeshBssid();
for(int i = 0; i < 6; i++){
printf("%02x\n", bssid[i]);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment