1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00

For companion9x. The SD directory will be customizable.

This commit is contained in:
bsongis@gmail.com 2013-07-05 06:20:09 +00:00
parent 9a79ea4919
commit 57c3a19e8e

View file

@ -388,7 +388,9 @@ inline void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct) {
#define configure_pins(...) #define configure_pins(...)
extern "C" {
extern char simuSdDirectory[1024]; extern char simuSdDirectory[1024];
}
#define sdMountPoll() #define sdMountPoll()
#define sdPoll10ms() #define sdPoll10ms()
#define sd_card_ready() (true) #define sd_card_ready() (true)