Skip to content

Commit 68714e0

Browse files
author
brentru
committed
combine manid/devid
1 parent 6cde6aa commit 68714e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PyPortal_ArduinoSelfTest/PyPortal_ArduinoSelfTest.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ void setup() {
7777
tft.println("FAILED");
7878
while (1);
7979
}
80-
uint8_t manid[512];
81-
uint8_t devid[512];
80+
uint8_t manid[512], devid[512];
8281
Serial.println("Reading Manuf iD");
8382
flash.GetManufacturerInfo(manid, devid);
8483
Serial.print("Manuf: ");

0 commit comments

Comments
 (0)