mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Remaining CPUARM removed
This commit is contained in:
parent
3f1d09bc68
commit
db1d3fcb32
29 changed files with 79 additions and 79 deletions
|
@ -141,7 +141,7 @@ char * strcat_zchar(char * dest, const char * name, uint8_t size, const char * d
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(CPUARM) && !defined(BOOT)
|
||||
#if !defined(BOOT)
|
||||
char * getStringAtIndex(char * dest, const char * s, int idx)
|
||||
{
|
||||
uint8_t len = s[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue