1
0
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:
Kaspar Schleiser 2017-05-11 13:42:45 +02:00
parent 235ef93f00
commit fc6560c118

View File

@ -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;