1
0
Fork 0
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:
Bertrand Songis 2018-07-11 13:33:51 +02:00
parent 3f1d09bc68
commit db1d3fcb32
29 changed files with 79 additions and 79 deletions

View file

@ -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];