15 lines
979 B
C
15 lines
979 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_MCHF_CONFIG_H
|
||
|
#define __UHSDR_RF_MCHF_CONFIG_H
|
||
|
|
||
|
#endif // __UHSDR_RF_MCHF_CONFIG_H
|