Autodrone
Multi-Domain Vehicle
main.c File Reference

This file runs all the other functions and carries out the scheduling of tasks. More...

#include "board.h"

Functions

const uint8_t __attribute__ ((__section__(".eeprom"), used))
 
void Error_Handler (void)
 This function is executed in case of error occurrence. More...
 

Detailed Description

This file runs all the other functions and carries out the scheduling of tasks.

Author
Jeremy Wolfe
Date
23 FEB 2022

Function Documentation

◆ __attribute__()

const uint8_t __attribute__ ( (__section__(".eeprom"), used)  )

◆ Error_Handler()

void Error_Handler ( void  )

This function is executed in case of error occurrence.

Return values
None