Fix availability of MP_ERROR_TEXT in misc.h
This commit is contained in:
parent
aceb573c88
commit
73612ac119
@ -341,7 +341,9 @@ typedef const char *mp_rom_error_text_t;
|
|||||||
// Might add more types of compressed text in the future.
|
// Might add more types of compressed text in the future.
|
||||||
// For now, forward directly to MP_COMPRESSED_ROM_TEXT.
|
// For now, forward directly to MP_COMPRESSED_ROM_TEXT.
|
||||||
// CIRCUITPY: MP_ERROR_TEXT() -> translate()
|
// CIRCUITPY: MP_ERROR_TEXT() -> translate()
|
||||||
#if !CIRCUITPY
|
#if CIRCUITPY
|
||||||
|
#include "supervisor/shared/translate/translate.h"
|
||||||
|
#else
|
||||||
#define MP_ERROR_TEXT(x) (mp_rom_error_text_t)MP_COMPRESSED_ROM_TEXT(x)
|
#define MP_ERROR_TEXT(x) (mp_rom_error_text_t)MP_COMPRESSED_ROM_TEXT(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user