sys/fido2: improve & simplify flash handling #27523
Annotations
5 warnings
static-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
static-tests:
sys/fido2/ctap/ctap.c#L49
line is longer than 100 characters
|
static-tests:
sys/fido2/ctap/ctap.c#L52
line is longer than 100 characters
|
static-tests:
sys/fido2/ctap/ctap.c#L42
Coccinelle proposes the following patch:
--- sys/fido2/ctap/ctap.c
+++ sys/fido2/ctap/ctap.c
@@ -36,7 +36,7 @@
#include "fido2/ctap/transport/hid/ctap_hid.h"
#endif
-#define ENABLE_DEBUG (0)
+#define ENABLE_DEBUG 0
#include "debug.h"
/**
|
static-tests:
sys/fido2/ctap/ctap_mem.c#L25
Coccinelle proposes the following patch:
--- sys/fido2/ctap/ctap_mem.c
+++ sys/fido2/ctap/ctap_mem.c
@@ -19,7 +19,7 @@
#include "fido2/ctap/ctap_mem.h"
#include "fido2/ctap/ctap_utils.h"
-#define ENABLE_DEBUG (0)
+#define ENABLE_DEBUG 0
#include "debug.h"
static mtd_dev_t *_mtd_dev;
|