Files
F407-SX1280/Core/Src/Components/Start.hpp
2023-02-05 12:20:44 -03:00

24 lines
288 B
C++

/*
* Start.hpp
*
* Created on: Nov 20, 2022
* Author: Gabriel
*/
#ifndef SRC_COMPONENTS_START_HPP_
#define SRC_COMPONENTS_START_HPP_
#include "main.h"
#ifdef __cplusplus
extern "C" {
#endif
void start();
#ifdef __cplusplus
}
#endif
#endif /* SRC_COMPONENTS_START_HPP_ */