From adc7c6deb2ada237cf5d3ad8a64446dd1927f8d3 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 6 Jan 2023 22:24:26 +0100 Subject: [PATCH] cleanup: remove unused FP_DEV --- libarmbox/hardware_caps.c | 1 - libmipsbox/hardware_caps.c | 1 - 2 files changed, 2 deletions(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index ef8cc8f..8dd8b39 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -18,7 +18,6 @@ #include -#define FP_DEV "/dev/dbox/oled0" static int initialized = 0; static hw_caps_t caps; diff --git a/libmipsbox/hardware_caps.c b/libmipsbox/hardware_caps.c index 4c4b816..26e3d8d 100644 --- a/libmipsbox/hardware_caps.c +++ b/libmipsbox/hardware_caps.c @@ -18,7 +18,6 @@ #include -#define FP_DEV "/dev/dbox/oled0" static int initialized = 0; static hw_caps_t caps;