Skip to content

Commit 64dafb0

Browse files
authored
Merge pull request #2655 from adafruit/s3_reversetft
Updating s3 reverse tft factory test
2 parents 05ab1e7 + a5316a3 commit 64dafb0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Factory_Tests/Feather_ESP32S3_ReverseTFT_FactoryTest/.feather_esp32s3_reversetft.generate

Whitespace-only changes.

Factory_Tests/Feather_ESP32S3_ReverseTFT_FactoryTest/Feather_ESP32S3_ReverseTFT_FactoryTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup() {
6565
pinMode(2, INPUT_PULLDOWN);
6666
}
6767

68-
uint8_t j = 0;
68+
int j = 0;
6969

7070
void loop() {
7171
bool valid_i2c[128];

0 commit comments

Comments
 (0)