9ceb218f80
Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
273 B
C
13 lines
273 B
C
/**
|
|
* @file fatfs_order.h
|
|
* @brief FATFS 充电订单模块兼容头文件
|
|
*/
|
|
#ifndef FATFS_ORDER_H
|
|
#define FATFS_ORDER_H
|
|
|
|
#include <stdint.h>
|
|
|
|
/* Order module placeholder — order storage is handled by flash_file_mgr/unsettled_order_mng */
|
|
|
|
#endif /* FATFS_ORDER_H */
|