rfdsatt: remove redundant redeclaration of microvty_fibre
rfdsatt.c:501:16: warning: redundant redeclaration of 'microvty_fibre' [-Wredundant-decls] 501 | extern fibre_t microvty_fibre; | ^~~~~~~~~~~~~~ In file included from rfdsatt.c:35: ../../libcommon/include/libcommon/microvty.h:48:16: note: previous declaration of 'microvty_fibre' was here 48 | extern fibre_t microvty_fibre; | ^~~~~~~~~~~~~~pull/1/head
parent
7527cab6d8
commit
63c07a8bd1
|
@ -498,8 +498,6 @@ led_fibre_t led = {
|
|||
.fibre = FIBRE_VAR_INIT(led_fibre)
|
||||
};
|
||||
|
||||
extern fibre_t microvty_fibre;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
/* get, store and clear the cause of the last reset */
|
||||
|
|
Loading…
Reference in New Issue