mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 04:00:34 +08:00
AT24C: Fix warning due to missing function prototype.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user