rusefi/firmware/hw_layer/mass_storage/ramdisk_image.h

7 lines
270 B
C

// 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.
#ifndef RAMDISK_INVALID
#define RAMDISK_INVALID
#endif