a502322188
손상된 .git 히스토리(missing tree)로 재초기화 후 작업트리 전체 커밋. .claude/ 만 제외(로컬 에이전트 설정). 구 저장소 백업(.git_corrupt_backup/) 포함. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
289 B
C
14 lines
289 B
C
|
|
|
|
extern float Gas_Voltage;
|
|
|
|
extern void init_process(void);
|
|
extern void ADC_Sensing(void);
|
|
extern void EEP_Save_process(void);
|
|
|
|
extern uint16_t Aeverage_calculator(uint16_t val, uint16_t * array_val);
|
|
extern void Reserve_Time_Update(uint8_t rtime);
|
|
extern void Power_off_process(void);
|
|
|
|
|