mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
9 lines
85 B
C
9 lines
85 B
C
#pragma once
|
|
|
|
#include <stm32f3.h>
|
|
|
|
extern volatile uint32_t Tms;
|
|
|
|
void hw_setup();
|
|
|