mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
For companion9x. The SD directory will be customizable.
This commit is contained in:
parent
9a79ea4919
commit
57c3a19e8e
1 changed files with 2 additions and 0 deletions
|
@ -388,7 +388,9 @@ inline void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct) {
|
|||
|
||||
#define configure_pins(...)
|
||||
|
||||
extern "C" {
|
||||
extern char simuSdDirectory[1024];
|
||||
}
|
||||
#define sdMountPoll()
|
||||
#define sdPoll10ms()
|
||||
#define sd_card_ready() (true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue