Revert section rename

This commit is contained in:
GriffinR
2024-06-22 11:58:39 -04:00
parent bc76541189
commit 21e8a142db
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#define EWRAM_DATA __attribute__((section("__DATA,ewram_data")))
#else
#define IWRAM_DATA __attribute__((section("iwram_data")))
#define EWRAM_DATA __attribute__((section(".sbss")))
#define EWRAM_DATA __attribute__((section("ewram_data")))
#endif
#if MODERN