Initial commit: CCU621_M firmware project with BLE debug link support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file eeprom_map.h
|
||||
* @brief Compatibility shim for legacy includes.
|
||||
*
|
||||
* EEPROM/FRAM capacity and logical partition macros are now defined in
|
||||
* `fm24cl16.h`. Keep this header to avoid breaking old include paths.
|
||||
*/
|
||||
#ifndef EEPROM_MAP_H
|
||||
#define EEPROM_MAP_H
|
||||
|
||||
#include "fm24cl16.h"
|
||||
|
||||
#endif /* EEPROM_MAP_H */
|
||||
Reference in New Issue
Block a user