f0_module: empty InitConfiguration (#141)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2022-09-07 17:08:37 -04:00 committed by GitHub
parent 7688b367e8
commit 714efa02ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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__;