project additions/changes
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* @file main.c
|
||||
* @author Auto-generated by STM32CubeIDE
|
||||
* @version V1.0
|
||||
* @brief Default main function.
|
||||
******************************************************************************
|
||||
*/
|
||||
* @file main.c
|
||||
* @author Trevor Barnes
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2022-02-11
|
||||
*
|
||||
* @copyright Copyright (c) 2022
|
||||
*
|
||||
*/
|
||||
|
||||
#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
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "uart_driver.h"
|
||||
#include "delay.h"
|
||||
#include "led.h"
|
||||
#include "tasker.h"
|
||||
|
||||
int main(void) {
|
||||
|
||||
int main(void)
|
||||
{
|
||||
for(;;);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user