Merge branch 'master' into esp32-target

This commit is contained in:
Stephen Crane 2018-09-06 09:30:50 +01:00 committed by GitHub
commit 2dfc35f4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,4 +37,5 @@ void spiram::restore(Stream &s)
spiRam.write_stream(i * 256, buf, sizeof(buf));
}
}
#endif