Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
swym
firmware
Commits
6e712c77
Verified
Commit
6e712c77
authored
Aug 22, 2019
by
Rahix
Browse files
chore(epicardium): Cleanup task IDs
Fixes #73. Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
fccb6b79
Changes
3
Hide whitespace changes
Inline
Side-by-side
epicardium/cdcacm.c
View file @
6e712c77
...
...
@@ -57,6 +57,7 @@
#include
"cdc_acm.h"
#include
"descriptors.h"
#include
"modules/modules.h"
#include
"modules/log.h"
#include
<errno.h>
...
...
@@ -358,7 +359,6 @@ static int usb_read_callback(void)
#include
"FreeRTOS.h"
#include
"task.h"
extern
TaskHandle_t
serial_task_id
;
void
USB_IRQHandler
(
void
)
{
usb_event_handler
();
...
...
epicardium/modules/modules.h
View file @
6e712c77
...
...
@@ -25,6 +25,7 @@ void return_to_menu(void);
#define SERIAL_READ_BUFFER_SIZE 128
void
vSerialTask
(
void
*
pvParameters
);
void
serial_enqueue_char
(
char
chr
);
extern
TaskHandle_t
serial_task_id
;
/* ---------- LED Animation / Personal States ------------------------------ */
#define PERSONAL_STATE_LED 14
...
...
epicardium/support.c
View file @
6e712c77
...
...
@@ -6,12 +6,11 @@
#include
"task.h"
#include
"api/dispatcher.h"
#include
"modules/modules.h"
#include
"modules/log.h"
#include
"card10.h"
extern
TaskHandle_t
dispatcher_task_id
;
/*
* This hook is called before FreeRTOS enters tickless idle.
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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