mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:08:35 -07:00
Add statics --nobuild
This commit is contained in:
2
applications/external/ble_spam/ble_spam.c
vendored
2
applications/external/ble_spam/ble_spam.c
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user