mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2545 from marcuschangarm/flash_blob
Added define guards for SEQUENTIAL_FLASH_JOURNAL_MAX_LOGGED_BLOBS so …pull/2513/merge
commit
72b0d46e01
|
@ -18,6 +18,8 @@
|
|||
#ifndef __FLASH_JOURNAL_CONFIG_H__
|
||||
#define __FLASH_JOURNAL_CONFIG_H__
|
||||
|
||||
#ifndef SEQUENTIAL_FLASH_JOURNAL_MAX_LOGGED_BLOBS
|
||||
#define SEQUENTIAL_FLASH_JOURNAL_MAX_LOGGED_BLOBS 4
|
||||
#endif
|
||||
|
||||
#endif /* __FLASH_JOURNAL_CONFIG_H__ */
|
||||
|
|
Loading…
Reference in New Issue