optimization
Some checks are pending
C/C++ CI / build (push) Waiting to run

This commit is contained in:
ecpvint
2024-06-21 07:49:53 +08:00
parent 701987af2c
commit 4e23ebe167
5 changed files with 24 additions and 25 deletions

View File

@ -409,7 +409,7 @@ struct delaytable_element {
int status;
};
volatile struct delaytable_element delaytable[TABLESIZE];
//volatile struct delaytable_element delaytable[TABLESIZE];
/* protos */
void nop(void); /* nop */