Merge pull request #2545 from marcuschangarm/flash_blob

Added define guards for SEQUENTIAL_FLASH_JOURNAL_MAX_LOGGED_BLOBS so …
pull/2513/merge
Sam Grove 2016-09-09 01:49:39 +02:00 committed by GitHub
commit 72b0d46e01
1 changed files with 2 additions and 0 deletions

View File

@ -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__ */