18 lines
488 B
C
18 lines
488 B
C
/**
|
|
******************************************************************************
|
|
* @file main.c
|
|
* @author Auto-generated by STM32CubeIDE
|
|
* @version V1.0
|
|
* @brief Default main function.
|
|
******************************************************************************
|
|
*/
|
|
|
|
#if !defined(__SOFT_FP__) && defined(__ARM_FP)
|
|
#warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use."
|
|
#endif
|
|
|
|
int main(void)
|
|
{
|
|
for(;;);
|
|
}
|