mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-06-10 19:15:59 +00:00
14 lines
191 B
C++
14 lines
191 B
C++
/*
|
|
* test.hpp
|
|
*
|
|
* Created on: Oct 24, 2023
|
|
* Author: carlw
|
|
*/
|
|
|
|
#ifndef INC_TEST_HPP_
|
|
#define INC_TEST_HPP_
|
|
|
|
//void testCan(CAN_HandleTypeDef * handle);
|
|
|
|
#endif /* INC_TEST_HPP_ */
|