mirror of
https://github.com/encounter/aurora.git
synced 2025-07-04 20:26:07 +00:00
Fix cardtest
This commit is contained in:
parent
474013b151
commit
124d2edfbf
@ -3,7 +3,8 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
kabufuda::Card mc{_S("test.USA.raw"), "GM8E", "01"};
|
||||
kabufuda::Card mc{"GM8E", "01"};
|
||||
mc.open(_S("test.USA.raw"));
|
||||
mc.format(kabufuda::ECardSlot::SlotA, kabufuda::ECardSize::Card2043Mb);
|
||||
uint64_t a = 0;
|
||||
mc.getSerial(a);
|
||||
|
Loading…
x
Reference in New Issue
Block a user