mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
10 lines
123 B
C++
10 lines
123 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module guition_jc2432w328c_module = {
|
|
.name = "guition-jc2432w328c"
|
|
};
|
|
|
|
}
|