Skip to content
Snippets Groups Projects
Commit 2936405d authored by Jean Meurice's avatar Jean Meurice
Browse files

fix

parent ac94c6b1
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// Used for "snprintf" target // Used for "snprintf" target
constexpr int32_t LOCAL_BUFFER_SIZE = 4096; constexpr int32_t LOCAL_BUFFER_SIZE = 4096;
char LOCAL_BUFFER[LOCAL_BUFFER_SIZE]; extern char LOCAL_BUFFER[LOCAL_BUFFER_SIZE];
struct DynamicBuffer { struct DynamicBuffer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment