Ken Van Hoeylandt fb6f1c31d2 Fixes
2026-06-21 20:07:20 +02:00

11 lines
157 B
C++

// SPDX-License-Identifier: Apache-2.0
#include <tactility/drivers/sdcard.h>
extern "C" {
const struct DeviceType SDCARD_TYPE {
.name = "sdcard"
};
}