Most of it was due to checkwps breaking, the rest was m68k with radios.

Change-Id: I8a00e094e4006a132932f05e6c4ff7db63dfbfc8
This commit is contained in:
Solomon Peachy 2021-04-10 21:04:50 -04:00
parent bc416ff590
commit 6ae2b7140c
2 changed files with 9 additions and 7 deletions

View file

@ -61,6 +61,7 @@
#include "skin_engine.h"
#include "settings.h"
#include "settings_list.h"
#include "rbpaths.h"
#if CONFIG_TUNER
#include "radio.h"
#include "tuner.h"

View file

@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include "settings.h"
#include "rbpaths.h"
#include "general.h"
#include "radio.h"