Skip to content

Commit

Permalink
Add alternative chip ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichelp committed Nov 1, 2023
1 parent 6423a0e commit c08e26c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/cmdhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static void lookup_chipid_short(uint32_t iChipID, uint32_t mem_used) {
case 0x270B0A40:
asBuff = "AT91SAM7S512 Rev A";
break;
case 0x270B0A4E:
case 0x270B0A4F:
asBuff = "AT91SAM7S512 Rev B";
break;
Expand Down Expand Up @@ -153,6 +154,7 @@ static void lookupChipID(uint32_t iChipID, uint32_t mem_used) {
case 0x270B0A40:
asBuff = "AT91SAM7S512 Rev A";
break;
case 0x270B0A4E:
case 0x270B0A4F:
asBuff = "AT91SAM7S512 Rev B";
break;
Expand Down

0 comments on commit c08e26c

Please sign in to comment.