rusefi-1/firmware/hw_layer/mass_storage/ramdisk_image.h

7 lines
270 B
C
Raw Normal View History

2021-03-13 03:59:33 -08:00
// This file will be replaced by a ramdisk image containing the corresponding ini
// Defining this macro tells the ramdisk to instead mount a null device instead of
// the filesystem image, since we don't have one.
2021-05-24 06:04:37 -07:00
#ifndef RAMDISK_INVALID
2021-03-13 03:59:33 -08:00
#define RAMDISK_INVALID
2021-05-24 06:04:37 -07:00
#endif