stm32h747/stm32h747i-disco/CM4/Src/main.c
Go to the documentation of this file.
1 
20 #include <stdint.h>
21 
22 #if !defined(__SOFT_FP__) && defined(__ARM_FP)
23  #warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use."
24 #endif
25 
26 int main(void)
27 {
28  /* Loop forever */
29  for(;;);
30 }
main
int main(void)
Definition: stm32h747/stm32h747i-disco/CM4/Src/main.c:26


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:13:56