aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-08 13:54:33 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-08 13:54:33 +0200
commite380aa3f62c9db89f048f3683e3611e455de4ad2 (patch)
treea9371482ce3a6b0cca7e4a647d6bd858f8184064 /src/systemcmds
parentea4de4adc388e9353114e6e2c89eb27cec5b249e (diff)
downloadpx4-firmware-e380aa3f62c9db89f048f3683e3611e455de4ad2.tar.gz
px4-firmware-e380aa3f62c9db89f048f3683e3611e455de4ad2.tar.bz2
px4-firmware-e380aa3f62c9db89f048f3683e3611e455de4ad2.zip
AT24C: Fix warning due to missing function prototype.
Diffstat (limited to 'src/systemcmds')
-rw-r--r--src/systemcmds/mtd/24xxxx_mtd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/mtd/24xxxx_mtd.c b/src/systemcmds/mtd/24xxxx_mtd.c
index 72200f418..991363797 100644
--- a/src/systemcmds/mtd/24xxxx_mtd.c
+++ b/src/systemcmds/mtd/24xxxx_mtd.c
@@ -161,6 +161,7 @@ static ssize_t at24c_bwrite(FAR struct mtd_dev_s *dev, off_t startblock,
static int at24c_ioctl(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg);
void at24c_test(void);
+int at24c_nuke(void);
/************************************************************************************
* Private Data