mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
14 lines
166 B
C
14 lines
166 B
C
#pragma once
|
|
|
|
#include <private/elf_symbol.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const esp_elfsym gcc_soft_float_symbols[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|