summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/sdmmc.h (renamed from firmware/export/hotswap.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/hotswap.h b/firmware/export/sdmmc.h
index 643048976b..6ac3bd2af5 100644
--- a/firmware/export/hotswap.h
+++ b/firmware/export/sdmmc.h
@@ -18,8 +18,8 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#ifndef __HOTSWAP_H__ 21#ifndef __SDMMC_H__
22#define __HOTSWAP_H__ 22#define __SDMMC_H__
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25 25