mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
13 lines
161 B
C++
13 lines
161 B
C++
|
|
namespace Ion {
|
|
namespace Device {
|
|
namespace USB {
|
|
|
|
const char* stringDescriptor() {
|
|
return "@Flash/0x90000000/08*004Kg,01*032Kg,63*064Kg,64*064Kg";
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|