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,12 @@
|
||||
/**
|
||||
* @file fatfs_fault.h
|
||||
* @brief FATFS 故障记录模块兼容头文件
|
||||
*/
|
||||
#ifndef FATFS_FAULT_H
|
||||
#define FATFS_FAULT_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Fault module placeholder — fault storage is handled by flash_file_mgr/fault_flash_impl */
|
||||
|
||||
#endif /* FATFS_FAULT_H */
|
||||
Reference in New Issue
Block a user