Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems of SD driver #129

Closed
kiku-LYXQ opened this issue May 6, 2024 · 1 comment
Closed

Problems of SD driver #129

kiku-LYXQ opened this issue May 6, 2024 · 1 comment

Comments

@kiku-LYXQ
Copy link

The implementation in target/pixhawk/fmu-v2/drivers/sdio/drv_sdio.c is rt_err_t drv_sdio_init(const char* device_name), but in target/pixhawk/fmu-v2/drivers/sdio/drv_sdio.h and the implementation in board.c, it is declared and implemented as rt_err_t drv_sdio_init(void). So when I click drv_sdio_init , a funtion, of board.c in fmu-v2, it will go to definition of drv_sdio.c in fmu-v5.

@JcZou
Copy link
Contributor

JcZou commented May 18, 2024

Yes, I've noticed this. This issue will be fixed soon, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants