Rename hackrf-ui.[ch]

Every other source file uses underscores! :(
This commit is contained in:
Mike Walters
2020-01-22 13:51:55 +00:00
parent ba26b742a9
commit 05b1650a6a
10 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@
*/ */
#include "hackrf_core.h" #include "hackrf_core.h"
#include "hackrf-ui.h" #include "hackrf_ui.h"
#include "si5351c.h" #include "si5351c.h"
#include "spi_ssp.h" #include "spi_ssp.h"
#include "max2837.h" #include "max2837.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#include "hackrf-ui.h" #include "hackrf_ui.h"
#include "ui_portapack.h" #include "ui_portapack.h"
#include "ui_rad1o.h" #include "ui_rad1o.h"

View File

@ -26,7 +26,7 @@
#include <hackrf_core.h> #include <hackrf_core.h>
#include "hackrf-ui.h" #include "hackrf_ui.h"
#include <mixer.h> #include <mixer.h>
#include <max2837.h> #include <max2837.h>

View File

@ -22,7 +22,7 @@
#include "tuning.h" #include "tuning.h"
#include "hackrf-ui.h" #include "hackrf_ui.h"
#include <hackrf_core.h> #include <hackrf_core.h>
#include <mixer.h> #include <mixer.h>

View File

@ -22,7 +22,7 @@
#ifndef __UI_PORTAPACK_H__ #ifndef __UI_PORTAPACK_H__
#define __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)); const hackrf_ui_t* portapack_hackrf_ui_init() __attribute__((weak));

View File

@ -22,7 +22,7 @@
#ifndef __UI_RAD1O_H__ #ifndef __UI_RAD1O_H__
#define __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)); const hackrf_ui_t* rad1o_ui_setup(void) __attribute__((weak));

View File

@ -159,7 +159,7 @@ macro(DeclareTargets)
${PATH_HACKRF_FIRMWARE_COMMON}/spi_bus.c ${PATH_HACKRF_FIRMWARE_COMMON}/spi_bus.c
${PATH_HACKRF_FIRMWARE_COMMON}/spi_ssp.c ${PATH_HACKRF_FIRMWARE_COMMON}/spi_ssp.c
${PATH_HACKRF_FIRMWARE_COMMON}/gpio_lpc.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") if(BOARD STREQUAL "RAD1O")

View File

@ -50,7 +50,7 @@
#include "cpld_xc2c.h" #include "cpld_xc2c.h"
#include "portapack.h" #include "portapack.h"
#include "hackrf-ui.h" #include "hackrf_ui.h"
extern uint32_t __m0_start__; extern uint32_t __m0_start__;
extern uint32_t __m0_end__; extern uint32_t __m0_end__;

View File

@ -22,7 +22,7 @@
#include "usb_api_transceiver.h" #include "usb_api_transceiver.h"
#include "hackrf-ui.h" #include "hackrf_ui.h"
#include <libopencm3/cm3/vector.h> #include <libopencm3/cm3/vector.h>
#include "usb_bulk_buffer.h" #include "usb_bulk_buffer.h"