mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
simple_display: fix compile for GENERIC_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: f79de52666
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Origin message was:
------------------
- simple_display: fix compile for GENERIC_HARDWARE
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <driver/simple_display.h>
|
||||
#include <driver/framebuffer.h>
|
||||
#include <system/helpers.h>
|
||||
#include <system/proc_tools.h>
|
||||
#include <system/set_threadname.h>
|
||||
|
||||
@@ -41,7 +42,6 @@
|
||||
#include <aotom_main.h>
|
||||
#define DISPLAY_DEV "/dev/vfd"
|
||||
#include <zapit/zapit.h>
|
||||
#include <system/helpers.h>
|
||||
static bool usb_icon = false;
|
||||
static bool timer_icon = false;
|
||||
#endif
|
||||
@@ -60,7 +60,6 @@ static bool timer_icon = false;
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#define DISPLAY_DEV "/dev/dbox/oled0"
|
||||
#include <zapit/zapit.h>
|
||||
#include <system/helpers.h>
|
||||
static bool usb_icon = false;
|
||||
static bool timer_icon = false;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user