forked from mirror/uv-k5-firmware
Fixed some whitespace / cosmetics.
This commit is contained in:
parent
7fc3f9649a
commit
db2e9686ea
10
dtmf.c
10
dtmf.c
@ -43,10 +43,10 @@ bool DTMF_ValidateCodes(char *pCode, uint8_t Size)
|
||||
|
||||
bool DTMF_GetContact(uint8_t Index, char *pContact)
|
||||
{
|
||||
EEPROM_ReadBuffer(0x1C00 + (Index * 0x10), pContact, 16);
|
||||
if ((pContact[0] - ' ') >= 0x5F) {
|
||||
return false;
|
||||
}
|
||||
EEPROM_ReadBuffer(0x1C00 + (Index * 0x10), pContact, 16);
|
||||
if ((pContact[0] - ' ') >= 0x5F) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user