mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Fix typo.
This commit is contained in:
parent
b46681e8cc
commit
24a8722f3e
@ -1,4 +1,4 @@
|
|||||||
#if defined(_APPLE_)
|
#if defined(__APPLE__)
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -282,4 +282,4 @@ serial::list_ports(void)
|
|||||||
return devices_found;
|
return devices_found;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // defined(_APPLE_)
|
#endif // defined(__APPLE__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user