improve data type and inlining (static)

This commit is contained in:
chacha
2026-02-25 00:42:27 +00:00
parent 57fd93f513
commit 9dbd2c2498
9 changed files with 230 additions and 235 deletions

2
main.c
View File

@@ -76,7 +76,7 @@ def_sOptions sOptions = {
int main(int argc, char **argv)
{
unsigned long long ullNbErrorAll = 0;
const FxU32 boardNum = 0;
const unsigned char boardNum = 0;
sst1DeviceInfoStruct devInfo;
FxU32* sst;