add projects
This commit is contained in:
17
labW9barnestr/Src/main.c
Normal file
17
labW9barnestr/Src/main.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @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(;;);
|
||||
}
|
||||
Reference in New Issue
Block a user