Add statics --nobuild

This commit is contained in:
Willy-JL
2023-10-19 11:21:57 +01:00
parent b35221f0a3
commit f76f9008eb
4 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ static Attack attacks[] = {
#define ATTACKS_COUNT ((signed)COUNT_OF(attacks))
uint16_t delays[] = {20, 50, 100, 200};
static uint16_t delays[] = {20, 50, 100, 200};
typedef struct {
Ctx ctx;