Small fix in native variable scope
This commit is contained in:
@@ -21,7 +21,7 @@ package serial
|
|||||||
|
|
||||||
// Define (eventually) missing constants
|
// Define (eventually) missing constants
|
||||||
#ifndef IUCLC
|
#ifndef IUCLC
|
||||||
static const tcflag_t IUCLC = 0;
|
const tcflag_t IUCLC = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PAREXT)
|
#if defined(PAREXT)
|
||||||
|
|||||||
Reference in New Issue
Block a user