Files
CE2812-Workspace/labW9barnestr/Src/main.c
2022-01-21 14:53:11 -06:00

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(;;);
}