Rename hackrf-ui.[ch]
Every other source file uses underscores! :(
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "hackrf_core.h"
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
#include "si5351c.h"
|
||||
#include "spi_ssp.h"
|
||||
#include "max2837.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
#include "ui_portapack.h"
|
||||
#include "ui_rad1o.h"
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <hackrf_core.h>
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
#include <mixer.h>
|
||||
#include <max2837.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "tuning.h"
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
#include <hackrf_core.h>
|
||||
#include <mixer.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __UI_PORTAPACK_H__
|
||||
#define __UI_PORTAPACK_H__
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
const hackrf_ui_t* portapack_hackrf_ui_init() __attribute__((weak));
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __UI_RAD1O_H__
|
||||
#define __UI_RAD1O_H__
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
const hackrf_ui_t* rad1o_ui_setup(void) __attribute__((weak));
|
||||
|
||||
|
@ -159,7 +159,7 @@ macro(DeclareTargets)
|
||||
${PATH_HACKRF_FIRMWARE_COMMON}/spi_bus.c
|
||||
${PATH_HACKRF_FIRMWARE_COMMON}/spi_ssp.c
|
||||
${PATH_HACKRF_FIRMWARE_COMMON}/gpio_lpc.c
|
||||
${PATH_HACKRF_FIRMWARE_COMMON}/hackrf-ui.c
|
||||
${PATH_HACKRF_FIRMWARE_COMMON}/hackrf_ui.c
|
||||
)
|
||||
|
||||
if(BOARD STREQUAL "RAD1O")
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include "cpld_xc2c.h"
|
||||
#include "portapack.h"
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
|
||||
extern uint32_t __m0_start__;
|
||||
extern uint32_t __m0_end__;
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "usb_api_transceiver.h"
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
#include "hackrf_ui.h"
|
||||
#include <libopencm3/cm3/vector.h>
|
||||
#include "usb_bulk_buffer.h"
|
||||
|
||||
|
Reference in New Issue
Block a user