Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
55394a7d
Unverified
Commit
55394a7d
authored
May 01, 2022
by
ogatatsu
Committed by
GitHub
Apr 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error when configSUPPORT_STATIC_ALLOCATION is set to 1 (#564) (#566)
parent
230758b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
libraries/FreeRTOS/src/FreeRTOSConfig.h
libraries/FreeRTOS/src/FreeRTOSConfig.h
+1
-0
No files found.
libraries/FreeRTOS/src/FreeRTOSConfig.h
View file @
55394a7d
...
...
@@ -25,6 +25,7 @@
#define configUSE_QUEUE_SETS 1
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSTACK_DEPTH_TYPE uint32_t
/* Run time stats related definitions. */
void
vMainConfigureTimerForRunTimeStats
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment