1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Compilation error fix

This commit is contained in:
bsongis 2015-04-26 12:08:23 +02:00
parent be4d9ea09d
commit 4fc5427d52

View file

@ -1152,6 +1152,10 @@ void lcdSetRefVolt(uint8_t val)
{ {
} }
void adcPrepareBandgap()
{
}
#if defined(PCBTARANIS) #if defined(PCBTARANIS)
void lcdOff() void lcdOff()
{ {