mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
11 lines
150 B
C++
11 lines
150 B
C++
// SPDX-License-Identifier: Apache-2.0
|
|
#include <tactility/drivers/sdcard.h>
|
|
|
|
extern "C" {
|
|
|
|
const DeviceType SDCARD_TYPE {
|
|
.name = "sdcard"
|
|
};
|
|
|
|
}
|