- remove BOXTYPE_SPARK

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-03 11:23:58 +01:00
committed by Thilo Graf
parent 9190e44683
commit b4daeaa945
25 changed files with 24 additions and 502 deletions

View File

@@ -54,11 +54,7 @@
#include <system/debug.h>
static bool usermenu_show = true;
#if HAVE_SPARK_HARDWARE
static bool usermenu_show_cam = false; // FIXME -- use hwcaps?
#else
static bool usermenu_show_cam = true; // FIXME -- use hwcaps?
#endif
struct keyvals
{
const int key;