mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 14:22:27 +03:00
10 lines
177 B
C
10 lines
177 B
C
|
/**
|
||
|
* @file expansion_settings_filename.h
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* @brief File name used for expansion settings.
|
||
|
*/
|
||
|
#define EXPANSION_SETTINGS_FILE_NAME ".expansion.settings"
|