mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
6 lines
70 B
C
6 lines
70 B
C
|
#ifdef __uClinux__
|
||
|
#include "io_no.h"
|
||
|
#else
|
||
|
#include "io_mm.h"
|
||
|
#endif
|