osmo-opencm3-projects/projects/rfdsatt
Harald Welte 63c07a8bd1 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;
      |                ^~~~~~~~~~~~~~
2022-07-11 17:33:55 +02:00
..
Makefile rfdsatt: add low-level EEPROM read/write support 2021-05-07 20:04:53 +02:00
attenuator.c rfdsatt: Move to 1-based channel and stage numbers 2021-05-07 12:22:28 +02:00
attenuator.h attenuator: Add convenience functions for setting all stages 2021-05-06 08:26:46 +02:00
board.h rfdsatt: Add support to store/load config to/from EEPROM 2021-05-07 20:05:12 +02:00
board_rfdsatt_4ch.c rfdsatt: Add support to store/load config to/from EEPROM 2021-05-07 20:05:12 +02:00
eeprom.c rfdsatt: add low-level EEPROM read/write support 2021-05-07 20:04:53 +02:00
eeprom.h rfdsatt: add low-level EEPROM read/write support 2021-05-07 20:04:53 +02:00
misc.h WIP: add librfn 2021-03-28 12:14:44 +02:00
rfdsatt.c rfdsatt: remove redundant redeclaration of microvty_fibre 2022-07-11 17:33:55 +02:00
stm32f051-openblt.ld WIP: support for STM32F051 in addition to STM32F103 2021-03-28 18:43:25 +02:00
stm32f103-openblt.ld initial checkin of rfdsatt (clone of stm32 usart example) 2021-03-27 23:34:43 +01:00