All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m24s
7 lines
115 B
C
7 lines
115 B
C
#ifndef _M_RAMDISK_DEVICE_H
|
|
#define _M_RAMDISK_DEVICE_H
|
|
|
|
#define RAMDISK_DEVICE 100
|
|
|
|
#endif // _M_RAMDISK_DEVICE_H
|