common: Fix two -Wold-style-declaration warnings.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 9 Jul 2019 18:22:23 +0000 (20:22 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit08e2e672414121f839ed0519c2e322d6a562e1c5
treee5359f099c74f64d93a5094af77a4fb048a47ccd
parent3fd53fa6607064ad6a7a3cf5d869729fa1fc65b5
common: Fix two -Wold-style-declaration warnings.

This fixes the following warnings:

virtual_com.c:105:1: warning: 'static' is not at beginning of declaration
 volatile static uint32_t s_recvSize = 0;
 ^~~~~~~~
virtual_com.c:106:1: warning: 'static' is not at beginning of declaration
 volatile static uint8_t s_sendComplete = 0;
 ^~~~~~~~
src/common/virtual_com.c