Files
BoilerControlUnit_Firmware/config/sl_memory_config.h
GClarkson 9d06f983af Imported more library files
Not compiling currently
2025-04-12 23:37:19 +01:00

12 lines
311 B
C

#ifndef SL_MEMORY_CONFIG_H
#define SL_MEMORY_CONFIG_H
#include "sl_memory_manager_region_config.h"
#include "sl_common.h"
#ifndef SL_SUPPRESS_DEPRECATION_WARNINGS_SDK_2024_6
#warning "This file is deprecated as of Simplicity SDK 2024.6. Content was moved to sl_memory_manager_region_config.h."
#endif
#endif