mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-16 19:18:26 +02:00
Removed unused MMSP2ADC struct definition
A leftover from platform code that was removed long ago?
This commit is contained in:
parent
9394a95a6c
commit
519387e38c
@ -1035,11 +1035,6 @@ void GMenu2X::deleteSection() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
unsigned short batt;
|
|
||||||
unsigned short remocon;
|
|
||||||
} MMSP2ADC;
|
|
||||||
|
|
||||||
#ifdef ENABLE_CPUFREQ
|
#ifdef ENABLE_CPUFREQ
|
||||||
void GMenu2X::setClock(unsigned mhz) {
|
void GMenu2X::setClock(unsigned mhz) {
|
||||||
mhz = constrain(mhz, cpuFreqMin, confInt["maxClock"]);
|
mhz = constrain(mhz, cpuFreqMin, confInt["maxClock"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user