mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Do not specify inline (because of linker)
This commit is contained in:
parent
1c73a3d7bf
commit
2a51fa6f5d
|
@ -144,7 +144,7 @@ int ADCee::init(uint8_t pin) {
|
||||||
usedpins |= (1<<id);
|
usedpins |= (1<<id);
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
inline int16_t ADCee::ADCmax() {
|
int16_t ADCee::ADCmax() {
|
||||||
return 1023;
|
return 1023;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define GITHUB_SHA "PORTX-HAL-202210052142Z"
|
#define GITHUB_SHA "PORTX-HAL-202210182017Z"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user