Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
1fa4bf1a
Commit
1fa4bf1a
authored
Nov 19, 2021
by
Filip Demski
Browse files
SAMV71: Added missing string.h include
parent
b77778b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/generic_freertos_transport_body/thread.tmplt
View file @
1fa4bf1a
...
...
@@ -20,6 +20,8 @@
@@IF@@ @_RCM_@ /= "CYCLIC_OPERATION"
#include "thread_@_LOWER:Thread_Name_@.h"
#include <string.h>
void deliver_to_@_LOWER:Thread_Name_@(const uint8_t* const data, const size_t length)
{
extern QueueHandle_t @_Thread_Name_@_Global_Queue;
...
...
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