1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Bootloader cosmetics

This commit is contained in:
Bertrand Songis 2020-06-13 14:59:13 +02:00
parent 18461a3b28
commit 24cd7611cf
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
10 changed files with 64 additions and 67 deletions

View file

@ -691,7 +691,7 @@ extern const char vers_stamp[];
* @param buffer If non-null find the firmware version in the buffer instead
* @return The opentx version string starting with "opentx-" or "no version found" if the version string is not found
*/
const char * getOtherVersion(char * buffer);
const char * getFirmwareVersion(const char * buffer = nullptr);
#define g_blinkTmr10ms (*(uint8_t*)&g_tmr10ms)