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:
Thomas Watson 2024-09-23 10:55:49 -05:00 committed by Peter Barker
parent 380d8ca6fc
commit 5f4a6dc2fb

View File

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