mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
Upgrade to MicroPython 1.9.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* This file is part of the Micro Python project, http://micropython.org/
|
||||
* This file is part of the MicroPython project, http://micropython.org/
|
||||
*
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
@@ -30,5 +30,6 @@
|
||||
#include "py/misc.h"
|
||||
|
||||
mp_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr);
|
||||
bool utf8_check(const byte *p, size_t len);
|
||||
|
||||
#endif // MICROPY_INCLUDED_PY_UNICODE_H
|
||||
|
||||
Reference in New Issue
Block a user