mirror of https://github.com/rusefi/wideband.git
f0_module: empty InitConfiguration (#141)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
7688b367e8
commit
714efa02ca
|
@ -90,6 +90,11 @@ uint8_t readSelPin(ioportid_t port, iopadid_t pad)
|
|||
|
||||
extern Configuration __configflash__start__;
|
||||
|
||||
int InitConfiguration()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Configuration GetConfiguration()
|
||||
{
|
||||
const auto& cfg = __configflash__start__;
|
||||
|
|
Loading…
Reference in New Issue