Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WilliamShakesbeer
carolocupFirmware
Commits
baaf4520
Commit
baaf4520
authored
Nov 13, 2020
by
Andreas Werner
Browse files
Merge branch 'master' into 'master'
use OS_DEFINE for FreeRTOS Object See merge request
CaroloCup/carolocupFirmware!40
parents
3e0e990a
b4301079
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controller/controller_prv.h
View file @
baaf4520
...
...
@@ -71,7 +71,7 @@ struct queue_data {
*/
struct
controller
{
bool
init
;
SemaphoreHandle_t
lock
;
OS_DEFINE_MUTEX
(
lock
)
;
struct
motor
*
motor
;
struct
motor
*
servo
;
struct
rc
*
rc
;
...
...
Write
Preview
Supports
Markdown
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