1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Delete interim SD card support

This commit is contained in:
Nicholas Sherlock 2015-11-24 14:02:31 +13:00 committed by borisbstyle
parent 71335dc65d
commit dce49d4abb
16 changed files with 0 additions and 36715 deletions

View file

@ -521,10 +521,6 @@ void init(void)
}
#endif
#ifdef USE_SD_CARD
SD_Detect_LowLevel_Init();
#endif
#ifdef USE_FLASHFS
#ifdef NAZE
if (hardwareRevision == NAZE32_REV5) {