diff options
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index 04bfad070d..0ae8f8007b 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -102,3 +102,11 @@ Q(B9600) Q(B57600) Q(B115200) #endif + +#if MICROPY_PY_JNI +Q(jni) +Q(cls) +Q(jclass) +Q(jobject) +Q(jmethod) +#endif |