1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Removed unused MMSP2ADC struct definition

A leftover from platform code that was removed long ago?
This commit is contained in:
Maarten ter Huurne
2015-04-25 15:09:50 +02:00
parent 9394a95a6c
commit 519387e38c

View File

@@ -1035,11 +1035,6 @@ void GMenu2X::deleteSection() {
}
}
typedef struct {
unsigned short batt;
unsigned short remocon;
} MMSP2ADC;
#ifdef ENABLE_CPUFREQ
void GMenu2X::setClock(unsigned mhz) {
mhz = constrain(mhz, cpuFreqMin, confInt["maxClock"]);