ATA-Trim support (#2864)

Fix issues with the SD-Card initialization
This commit is contained in:
michael
2024-02-09 13:56:25 +01:00
committed by GitHub
parent 7a4e82a44e
commit 797fc5e764
43 changed files with 814 additions and 30678 deletions

View File

@@ -6,8 +6,8 @@
#include <string>
#include <fstream>
#include <vector>
//#include "sdmmc_cmd.h"
#include "sdmmc_cmd_mh.h"
#include "sdmmc_cmd.h"
using namespace std;