Removed duplicate function, updates Xcode project

This commit is contained in:
Hendrik Holtmann
2018-08-12 00:18:06 +02:00
parent 65071b3bda
commit 8dd7096e96
6 changed files with 24 additions and 9 deletions

View File

@ -205,10 +205,6 @@ void printPWM(SMCVal_t val)
printf("%.1f%% ", ntohs(*(UInt16*)val.bytes) * 100 / 65536.0);
}
void printFLT(SMCVal_t val)
{
printf("%f ", *(float*)val.bytes);
}
void printBytesHex(SMCVal_t val)
{