aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/l3gd20
diff options
context:
space:
mode:
authorAndrew Tridgell <andrew@tridgell.net>2015-01-01 10:03:34 +1100
committerAndrew Tridgell <andrew@tridgell.net>2015-01-01 10:04:07 +1100
commit7864958f1c2da5b9a64b92082ee287883479768e (patch)
tree9ad316abd16b4719195bd6e5a903d27dc9d9d43a /src/drivers/l3gd20
parent82b9e08e4c2053df2e01a5c6b0576ca73d9a5c0d (diff)
downloadpx4-firmware-7864958f1c2da5b9a64b92082ee287883479768e.tar.gz
px4-firmware-7864958f1c2da5b9a64b92082ee287883479768e.tar.bz2
px4-firmware-7864958f1c2da5b9a64b92082ee287883479768e.zip
l3gd20: fixed build warning
Diffstat (limited to 'src/drivers/l3gd20')
-rw-r--r--src/drivers/l3gd20/l3gd20.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/l3gd20/l3gd20.cpp b/src/drivers/l3gd20/l3gd20.cpp
index 4e2f198b8..08bc1fead 100644
--- a/src/drivers/l3gd20/l3gd20.cpp
+++ b/src/drivers/l3gd20/l3gd20.cpp
@@ -1137,6 +1137,7 @@ void test();
void reset();
void info();
void regdump();
+void test_error();
/**
* Start the driver.