mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
RTOS refactoring + more AVR removal
This commit is contained in:
parent
f60733b561
commit
f3bfde242b
80 changed files with 1111 additions and 1054 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "opentx.h"
|
||||
|
||||
#if !defined(BOOT)
|
||||
const pm_char s_charTab[] PROGMEM = "_-.,";
|
||||
const pm_char s_charTab[] = "_-.,";
|
||||
|
||||
char hex2zchar(uint8_t hex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue