24 lines
380 B
C
24 lines
380 B
C
//
|
|
// Created by cfif on 17.12.2025.
|
|
//
|
|
|
|
#ifndef HVAC_M7_STANDBY_H
|
|
#define HVAC_M7_STANDBY_H
|
|
|
|
#include "fc7xxx_driver_scm.h"
|
|
#include "fc7xxx_driver_port.h"
|
|
#include "fc7xxx_driver_wku.h"
|
|
#include "fc7xxx_driver_smc.h"
|
|
#include "fc7xxx_driver_gpio.h"
|
|
#include "fc7xxx_driver_tstmp.h"
|
|
|
|
typedef struct {
|
|
|
|
|
|
} tStandBy;
|
|
|
|
|
|
void StandBy_Init(tStandBy *env);
|
|
|
|
#endif //HVAC_M7_STANDBY_H
|