16 lines
983 B
C
16 lines
983 B
C
/* -*- mode: c; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4; coding: utf-8 -*- */
|
|
/************************************************************************************
|
|
** **
|
|
** UHSDR **
|
|
** a powerful firmware for STM32 based SDR transceivers **
|
|
** **
|
|
**---------------------------------------------------------------------------------**
|
|
** **
|
|
** Licence: GNU GPLv3 **
|
|
************************************************************************************/
|
|
#ifndef __UHSDR_RF_OVI40_CONFIG_H
|
|
#define __UHSDR_RF_OVI40_CONFIG_H
|
|
|
|
|
|
#endif // __UHSDR_RF_OVI40_CONFIG_H
|