mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
examples/dtls-echo: remove unnused static property (coccinelle)
This commit is contained in:
parent
235ef93f00
commit
fc6560c118
@ -410,7 +410,7 @@ static void init_dtls(session_t *dst, char *addr_str)
|
||||
*/
|
||||
static void client_send(char *addr_str, char *data, unsigned int delay)
|
||||
{
|
||||
static int8_t iWatch;
|
||||
int8_t iWatch;
|
||||
static session_t dst;
|
||||
static int connected = 0;
|
||||
msg_t msg;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user