1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Bsongis/x9 lite pwr fix (#6495)

Board init sequence changed
This commit is contained in:
Bertrand Songis 2019-06-13 19:25:20 +02:00 committed by GitHub
parent 1efd3cbefa
commit 821865f70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 36 deletions

View file

@ -228,6 +228,7 @@ int main()
#endif
pwrInit();
pwrOn();
delaysInit(); // needed for lcdInit()
#if defined(DEBUG)