6 lines
70 B
C
6 lines
70 B
C
|
#ifdef __uClinux__
|
||
|
#include "io_no.h"
|
||
|
#else
|
||
|
#include "io_mm.h"
|
||
|
#endif
|