Nucleo F401RE: Remove PX4 cruft that can in with the port
This commit is contained in:
parent
6e72b0fb0f
commit
9bd0102aae
@ -454,7 +454,7 @@ static int stm32_registercallback(FAR struct sdio_dev_s *dev,
|
|||||||
#ifdef CONFIG_SDIO_DMA
|
#ifdef CONFIG_SDIO_DMA
|
||||||
static bool stm32_dmasupported(FAR struct sdio_dev_s *dev);
|
static bool stm32_dmasupported(FAR struct sdio_dev_s *dev);
|
||||||
static int stm32_dmapreflight(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,
|
static int stm32_dmarecvsetup(FAR struct sdio_dev_s *dev,
|
||||||
FAR uint8_t *buffer, size_t buflen);
|
FAR uint8_t *buffer, size_t buflen);
|
||||||
static int stm32_dmasendsetup(FAR struct sdio_dev_s *dev,
|
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
|
#ifdef CONFIG_SDIO_DMA
|
||||||
static int stm32_dmapreflight(FAR struct sdio_dev_s *dev, FAR uint8_t *buffer,
|
static int stm32_dmapreflight(FAR struct sdio_dev_s *dev,
|
||||||
size_t buflen)
|
FAR const uint8_t *buffer, size_t buflen)
|
||||||
{
|
{
|
||||||
struct stm32_dev_s *priv = (struct stm32_dev_s *)dev;
|
struct stm32_dev_s *priv = (struct stm32_dev_s *)dev;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user