certificate/test/test.cpp

11 lines
99 B
C++

#include "os/machine.h"
int main()
{
//MacAddr_t mac;
//os::GetMacAddress(&mac);
return 0;
}