Hi everyone,I create a project in STM32CubeIDE. I have a error which show in figure below,This is my full file code:#ifndef __SOURCE_SPI_AML_H__
#define __SOURCE_SPI_AML_H__
#include "main.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool...