make code conform to Wstrict-prototypes

Merges https://github.com/espressif/esp-idf/pull/2937
This commit is contained in:
Michael Zimmermann
2019-01-11 09:43:11 +01:00
committed by Anton Maklakov
parent afbaf74007
commit 74a459dd3d
4 changed files with 6 additions and 6 deletions

View File

@@ -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)) {