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
card10
openocd
Commits
5d987bca
Commit
5d987bca
authored
Apr 21, 2011
by
Damjan Marion
Committed by
Øyvind Harboe
Apr 26, 2011
Browse files
buspirate: fix building on some OSes
parent
3c6af518
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jtag/drivers/buspirate.c
View file @
5d987bca
...
...
@@ -55,6 +55,11 @@ static void buspirate_scan(bool ir_scan, enum scan_type type,
#define CMD_UART_SPEED 0x07
#define CMD_JTAG_SPEED 0x08
/* Not all OSes have this speed defined */
#if !defined(B1000000)
#define B1000000 0010010
#endif
enum
{
MODE_HIZ
=
0
,
MODE_JTAG
=
1
,
/* push-pull outputs */
...
...
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