We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bdd30 commit 2c6116eCopy full SHA for 2c6116e
3 files changed
firmware/common/hackrf_core.c
@@ -31,6 +31,7 @@
31
32
#include "delay.h"
33
#include "gpio.h"
34
+#include "gpio_lpc.h"
35
#include "hackrf_core.h"
36
#include "hackrf_ui.h"
37
#include "i2c_lpc.h"
firmware/common/rad1o/smallfonts.h
@@ -41,4 +41,6 @@
41
/* Partially based on original code for the KS0108 by Stephane Rey */
42
/* Current version by Kevin Townsend */
43
44
+#include "rad1o/fonts.h"
45
+
46
extern const struct FONT_DEF Font_7x8;
firmware/common/rad1o/ubuntu18.h
@@ -1,3 +1,5 @@
1
#pragma once
2
3
4
5
extern const struct FONT_DEF Font_Ubuntu18pt;
0 commit comments