Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pc-ble-driver-sd_api_v6
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
3f9cb4de
Commit
3f9cb4de
authored
Feb 08, 2019
by
Donald Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h5 timing
parent
b5179ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/common/transport/h5_transport.cpp
src/common/transport/h5_transport.cpp
+2
-2
No files found.
src/common/transport/h5_transport.cpp
View file @
3f9cb4de
...
...
@@ -74,9 +74,9 @@ const uint8_t PACKET_RETRANSMISSIONS =
// Other constants
// Duration to wait for state ACTIVE after open is called
const
auto
OPEN_WAIT_TIMEOUT
=
std
::
chrono
::
milliseconds
(
2
000
);
const
auto
OPEN_WAIT_TIMEOUT
=
std
::
chrono
::
milliseconds
(
4
000
);
// Duration to wait before continuing UART communication after reset is sent to target
const
auto
RESET_WAIT_DURATION
=
std
::
chrono
::
milliseconds
(
3
00
);
const
auto
RESET_WAIT_DURATION
=
std
::
chrono
::
milliseconds
(
6
00
);
#pragma region Public methods
H5Transport
::
H5Transport
(
Transport
*
_nextTransportLayer
,
const
uint32_t
retransmission_interval
)
...
...
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