mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-07 02:21:49 +01:00
make code conform to Wstrict-prototypes
Merges https://github.com/espressif/esp-idf/pull/2937
This commit is contained in:
committed by
Anton Maklakov
parent
afbaf74007
commit
74a459dd3d
@@ -39,7 +39,7 @@
|
||||
|
||||
static const char *TAG = "qio_mode";
|
||||
|
||||
typedef unsigned (*read_status_fn_t)();
|
||||
typedef unsigned (*read_status_fn_t)(void);
|
||||
typedef void (*write_status_fn_t)(unsigned);
|
||||
|
||||
typedef struct __attribute__((packed)) {
|
||||
|
||||
Reference in New Issue
Block a user