Skip to content

Commit

Permalink
Set default speed to 115200
Browse files Browse the repository at this point in the history
cmorty committed May 11, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d26afef commit 425c58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sky/serialdump.c
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
#include <string.h>
#include <time.h>

#define BAUDRATE B57600
#define BAUDRATE_S "57600"
#define BAUDRATE B115200
#define BAUDRATE_S "115200"
#ifdef linux
#define MODEMDEVICE "/dev/ttyS0"
#else

0 comments on commit 425c58e

Please sign in to comment.