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;
      |                ^~~~~~~~~~~~~~
This commit is contained in:
Harald Welte 2022-07-11 17:33:55 +02:00
parent 7527cab6d8
commit 63c07a8bd1
1 changed files with 0 additions and 2 deletions

View File

@ -498,8 +498,6 @@ led_fibre_t led = {
.fibre = FIBRE_VAR_INIT(led_fibre) .fibre = FIBRE_VAR_INIT(led_fibre)
}; };
extern fibre_t microvty_fibre;
int main(void) int main(void)
{ {
/* get, store and clear the cause of the last reset */ /* get, store and clear the cause of the last reset */