make style

This commit is contained in:
Philippe Teuwen
2020-04-21 01:56:51 +02:00
parent 92a052f26f
commit a68b8983f2
3 changed files with 18 additions and 18 deletions

View File

@@ -22,14 +22,14 @@
static int CmdHelp(const char *Cmd);
static char* getHitagTypeStr(uint32_t uid) {
static char *getHitagTypeStr(uint32_t uid) {
//uid s/n ********
uint8_t type = (uid >> 4) & 0xF;
switch(type) {
uint8_t type = (uid >> 4) & 0xF;
switch (type) {
case 1:
return "PCF 7936";
case 2:
return "PCF 7946";
return "PCF 7946";
case 3:
return "PCF 7947";
case 4: