mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Remaining CPUARM removed
This commit is contained in:
parent
3f1d09bc68
commit
db1d3fcb32
29 changed files with 79 additions and 79 deletions
|
@ -28,7 +28,7 @@ char * strSetCursor(char * dest, int position);
|
|||
char * strAppendDate(char * str, bool time=false);
|
||||
char * strAppendFilename(char * dest, const char * filename, const int size);
|
||||
|
||||
#if defined(CPUARM) && !defined(BOOT)
|
||||
#if !defined(BOOT)
|
||||
char * getStringAtIndex(char * dest, const char * s, int idx);
|
||||
char * strAppendStringWithIndex(char * dest, const char * s, int idx);
|
||||
#define LEN_TIMER_STRING 10 // "-00:00:00"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue