1
0
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:
Harald Barth 2022-10-18 22:18:11 +02:00
parent 1c73a3d7bf
commit 2a51fa6f5d
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }
/* /*

View File

@ -1 +1 @@
#define GITHUB_SHA "PORTX-HAL-202210052142Z" #define GITHUB_SHA "PORTX-HAL-202210182017Z"