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
PolyORB-HI-C
Commits
a5a5c292
Commit
a5a5c292
authored
Apr 26, 2018
by
Thanassis Tsiodras
Browse files
* Compile this file
parent
ce7cfa5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/drivers/po_hi_driver_serial_common.h
View file @
a5a5c292
...
...
@@ -13,14 +13,6 @@
#ifndef __PO_HI_DRIVER_SERIAL_COMMON_H__
#if defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX_RECEIVER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX_SENDER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_RASTA) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON_SENDER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON_RECEIVER)
#include <po_hi_debug.h>
#include <drivers/configuration/serial.h>
...
...
@@ -43,6 +35,4 @@ int __po_hi_c_driver_serial_common_get_speed (const __po_hi_device_id id);
* valid, it returns __PO_HI_DRIVER_SERIAL_COMMON_SPEED_UNKNWON
*/
#endif
#endif
src/drivers/po_hi_driver_serial_common.c
View file @
a5a5c292
...
...
@@ -14,14 +14,6 @@
#include <drivers/po_hi_driver_serial_common.h>
#include <drivers/configuration/serial.h>
#if defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX_RECEIVER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LINUX_SENDER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_RASTA) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON_SENDER) || \
defined (__PO_HI_NEED_DRIVER_SERIAL_LEON_RECEIVER)
#include <po_hi_transport.h>
#include <po_hi_debug.h>
...
...
@@ -61,5 +53,3 @@ int __po_hi_c_driver_serial_common_get_speed (const __po_hi_device_id id)
return
__PO_HI_DRIVER_SERIAL_COMMON_SPEED_DEFAULT
;
}
#endif
Maxime Perrotin
@maxime-esa
mentioned in commit
579c668f
·
May 04, 2018
mentioned in commit
579c668f
mentioned in commit 579c668f8118e5354f6b5bb8b59edf824ada30b7
Toggle commit list
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