Skip to content

Commit 9a99310

Browse files
remove what we dont use from flanterm
1 parent b2e1fce commit 9a99310

File tree

3 files changed

+86
-844
lines changed

3 files changed

+86
-844
lines changed

include/filesystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* @brief Default size of IO buffer in open file
1515
*/
16-
#define IOBUFSZ 8192
16+
#define IOBUFSZ 65536
1717

1818
/* Used by _open() */
1919
#define _O_APPEND 0x00000001

0 commit comments

Comments
 (0)