Skip to content

Commit ccc4268

Browse files
committed
ports/unix/qstrdefsport: Add variant hook.
This adds a new `MICROPY_VARIANT_QSTR_DEFS_H` option to allow variants to add additional qstrs to the unix port. Signed-off-by: David Lechner <[email protected]>
1 parent 9d18f45 commit ccc4268

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/unix/qstrdefsport.h

+4
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
*/
2626

2727
// *FORMAT-OFF*
28+
29+
#ifdef MICROPY_VARIANT_QSTR_DEFS_H
30+
#include MICROPY_VARIANT_QSTR_DEFS_H
31+
#endif

0 commit comments

Comments
 (0)