Skip to content

Commit 2c6116e

Browse files
committed
firmware: resolve iwyu warnings
1 parent 98bdd30 commit 2c6116e

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

firmware/common/hackrf_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include "delay.h"
3333
#include "gpio.h"
34+
#include "gpio_lpc.h"
3435
#include "hackrf_core.h"
3536
#include "hackrf_ui.h"
3637
#include "i2c_lpc.h"

firmware/common/rad1o/smallfonts.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@
4141
/* Partially based on original code for the KS0108 by Stephane Rey */
4242
/* Current version by Kevin Townsend */
4343

44+
#include "rad1o/fonts.h"
45+
4446
extern const struct FONT_DEF Font_7x8;

firmware/common/rad1o/ubuntu18.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#pragma once
22

3+
#include "rad1o/fonts.h"
4+
35
extern const struct FONT_DEF Font_Ubuntu18pt;

0 commit comments

Comments
 (0)