0
Пожалуйста, сообщите, что случилось?c - Ошибка: «неполный тип недопустим», компилятор IAR
в .h
struct {
uint8_t time;
uint8_t type;
uint8_t phase;
uint8_t status;
} Raw_data_struct;
typedef struct Raw_data_struct Getst_struct;
void Getst_resp(Getst_struct Data);
в .c
void Getst_resp(Getst_struct Data) //Here Error: incomplete type is not allowed
{
};
Вы правы! Спасибо огромное! –