1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Fix typo.

This commit is contained in:
Christopher Baker 2014-07-02 11:18:11 -05:00
parent b46681e8cc
commit 24a8722f3e

View File

@ -1,4 +1,4 @@
#if defined(_APPLE_)
#if defined(__APPLE__)
#include <sys/param.h>
#include <stdint.h>
@ -282,4 +282,4 @@ serial::list_ports(void)
return devices_found;
}
#endif // defined(_APPLE_)
#endif // defined(__APPLE__)