Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
97dce13d
Verified
Commit
97dce13d
authored
Jul 11, 2019
by
Rahix
Browse files
chore(epicardium): Rename serial.h to modules.h
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
c73f352b
Pipeline
#1129
passed with stages
in 4 minutes and 19 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
97dce13d
...
...
@@ -9,7 +9,7 @@
#include
"pmic.h"
#include
"leds.h"
#include
"api/dispatcher.h"
#include
"modules/
serial
.h"
#include
"modules/
modules
.h"
#include
"FreeRTOS.h"
#include
"task.h"
...
...
epicardium/modules/
serial
.h
→
epicardium/modules/
modules
.h
View file @
97dce13d
#ifndef
EPIC_SERIAL
_H
#define
EPIC_SERIAL
_H
#ifndef
MODULES
_H
#define
MODULES
_H
/* ---------- Serial ------------------------------------------------------- */
#define SERIAL_READ_BUFFER_SIZE 128
void
vSerialTask
(
void
*
pvParameters
);
#endif
/* EPIC_SERIAL_H */
#endif
/* MODULES_H */
epicardium/modules/serial.c
View file @
97dce13d
#include
<stdint.h>
#include
<stdio.h>
#include
"serial.h"
#include
"max32665.h"
#include
"cdcacm.h"
#include
"uart.h"
...
...
@@ -12,6 +10,8 @@
#include
"task.h"
#include
"queue.h"
#include
"modules.h"
/* Task ID for the serial handler */
TaskHandle_t
serial_task_id
=
NULL
;
...
...
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