clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
c696e88573
commit
6829e4c197
@ -62,8 +62,7 @@ std::unique_ptr<Context> GowinCommandHandler::createContext(dict<std::string, Pr
|
||||
}
|
||||
ArchArgs chipArgs;
|
||||
char buf[36];
|
||||
snprintf(buf, 36, "GW1N%s-%s%s", match[1].str().c_str(), match[3].str().c_str(),
|
||||
match[4].str().c_str());
|
||||
snprintf(buf, 36, "GW1N%s-%s%s", match[1].str().c_str(), match[3].str().c_str(), match[4].str().c_str());
|
||||
chipArgs.device = buf;
|
||||
snprintf(buf, 36, "GW1N%s-%s", match[1].str().c_str(), match[3].str().c_str());
|
||||
chipArgs.family = buf;
|
||||
|
Loading…
Reference in New Issue
Block a user