Skip to content

Commit 35c7646

Browse files
authored
Make trivial change to redo GitHub Actions build.
The GitHub Actions build for this PR is failing for reasons that make no sense. Make a tiny commit change to see if it will refresh things and work again.
1 parent 12c97b4 commit 35c7646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supervisor/shared/external_flash/devices.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ typedef struct {
6666
bool single_status_byte: 1;
6767
} external_flash_device;
6868

69-
// Settings for the Adesto Tech AT25DF081A 1MiB SPI flash. Its on the SAMD21
69+
// Settings for the Adesto Tech AT25DF081A 1MiB SPI flash. It's on the SAMD21
7070
// Xplained board.
7171
// Datasheet: https://www.adestotech.com/wp-content/uploads/doc8715.pdf
7272
#define AT25DF081A {\

0 commit comments

Comments
 (0)