aboutsummaryrefslogtreecommitdiff
path: root/apps/hott_telemetry/messages.h
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2012-11-29 02:30:46 +0100
committerSimon Wilks <sjwilks@gmail.com>2012-11-29 02:30:46 +0100
commitd6e54c3ce43902a96fc33e08581421884fa94de4 (patch)
tree8426e12650e18886022e13b9d49be534bfb06880 /apps/hott_telemetry/messages.h
parent14d874f4a15653fce2902f016b1e75373afadd51 (diff)
downloadpx4-firmware-d6e54c3ce43902a96fc33e08581421884fa94de4.tar.gz
px4-firmware-d6e54c3ce43902a96fc33e08581421884fa94de4.tar.bz2
px4-firmware-d6e54c3ce43902a96fc33e08581421884fa94de4.zip
Trying to get single wire working. Not quite there yet.
Diffstat (limited to 'apps/hott_telemetry/messages.h')
-rw-r--r--apps/hott_telemetry/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hott_telemetry/messages.h b/apps/hott_telemetry/messages.h
index 2e0699ace..fbb9a2d84 100644
--- a/apps/hott_telemetry/messages.h
+++ b/apps/hott_telemetry/messages.h
@@ -56,7 +56,7 @@
/* A pause of 3ms is required between each uint8_t sent back to the HoTT receiver. Much lower
* values can be used in practise though.
*/
-#define POST_WRITE_DELAY_IN_USECS 1500
+#define POST_WRITE_DELAY_IN_USECS 2000
// Protocol constants.
#define BINARY_MODE_REQUEST_ID 0x80 // Binary mode request.