[python后端]生成的main.c里有不正常的空格
int main(void)
{
/* Configure the system clock */
MF_Clock_Init();
/* Initialize FL Driver Library */
FL_Init();
/* Initialize all configured peripherals */
MF_Config_Init();
while(1)
{
}
}