8000 Fix check for rtc mem sdk api in ESPClass by devyte · Pull Request #5330 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Fix check for rtc mem sdk api in ESPClass #5330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
replicate spi_flash_sec_size.h file for host tests
  • Loading branch information
devyte committed Nov 9, 2018
commit d793ed21e53ccc860a537056ab8ef147407c0d1e
8 changes: 8 additions & 0 deletions tests/host/common/spi_flash_sec_size.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef SPI_FLASH_SEC_SIZE_H
#define SPI_FLASH_SEC_SIZE_H

//pulled this define from tools/sdk/include/spi_flash.h for reuse in the Arduino core without pulling in a bunch of other stuff
#define SPI_FLASH_SEC_SIZE 4096


#endif
0