mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
Nucleo F401RE: Remove PX4 cruft that can in with the port
This commit is contained in:
parent
6e72b0fb0f
commit
9bd0102aae
1 changed files with 3 additions and 3 deletions
|
|
@ -454,7 +454,7 @@ static int stm32_registercallback(FAR struct sdio_dev_s *dev,
|
|||
#ifdef CONFIG_SDIO_DMA
|
||||
static bool stm32_dmasupported(FAR struct sdio_dev_s *dev);
|
||||
static int stm32_dmapreflight(FAR struct sdio_dev_s *dev,
|
||||
FAR uint8_t *buffer, size_t buflen);
|
||||
FAR const uint8_t *buffer, size_t buflen);
|
||||
static int stm32_dmarecvsetup(FAR struct sdio_dev_s *dev,
|
||||
FAR uint8_t *buffer, size_t buflen);
|
||||
static int stm32_dmasendsetup(FAR struct sdio_dev_s *dev,
|
||||
|
|
@ -2469,8 +2469,8 @@ static bool stm32_dmasupported(FAR struct sdio_dev_s *dev)
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SDIO_DMA
|
||||
static int stm32_dmapreflight(FAR struct sdio_dev_s *dev, FAR uint8_t *buffer,
|
||||
size_t buflen)
|
||||
static int stm32_dmapreflight(FAR struct sdio_dev_s *dev,
|
||||
FAR const uint8_t *buffer, size_t buflen)
|
||||
{
|
||||
struct stm32_dev_s *priv = (struct stm32_dev_s *)dev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue