diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-09-03 08:52:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 08:52:21 -0400 |
| commit | 35c7646ee4112d6654f982818bc40304e34ea9d4 (patch) | |
| tree | 18710a4271c87d9fb09502ea8602c63ded8ecef8 /supervisor/shared | |
| parent | 12c97b42a47750da04c017554fef3c40575dde3f (diff) | |
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.
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/external_flash/devices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/external_flash/devices.h b/supervisor/shared/external_flash/devices.h index 4c3764d05..e787ba739 100644 --- a/supervisor/shared/external_flash/devices.h +++ b/supervisor/shared/external_flash/devices.h @@ -66,7 +66,7 @@ typedef struct { bool single_status_byte: 1; } external_flash_device; -// Settings for the Adesto Tech AT25DF081A 1MiB SPI flash. Its on the SAMD21 +// Settings for the Adesto Tech AT25DF081A 1MiB SPI flash. It's on the SAMD21 // Xplained board. // Datasheet: https://www.adestotech.com/wp-content/uploads/doc8715.pdf #define AT25DF081A {\ |
