mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_HAL_ChibiOS: remove dependency on tmpnam
tmpnam is never linked and not necessary, and naming it/redefining it introduces problems on platforms that do have a definition.
This commit is contained in:
parent
380d8ca6fc
commit
5f4a6dc2fb
@ -48,8 +48,6 @@ void *realloc(void* ptr, size_t size) __attribute__((deprecated));
|
||||
extern int (*vprintf_console_hook)(const char *fmt, va_list arg);
|
||||
void malloc_check(const void *ptr);
|
||||
|
||||
#define L_tmpnam 32
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user