16 lines
245 B
C++
16 lines
245 B
C++
/*
|
|
* STM32G071KBT6.hpp
|
|
*
|
|
* Created on: Jun 25, 2023
|
|
* Author: Carst
|
|
*/
|
|
|
|
#ifndef STM32G071KBT6_HPP_
|
|
#define STM32G071KBT6_HPP_
|
|
|
|
#include <cstdint>
|
|
|
|
extern volatile std::uint32_t systick;
|
|
|
|
#endif /* STM32G071KBT6_HPP_ */
|