mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
add USB temlpate for F303
This commit is contained in:
8
F3:F303/USB_template/hardware.h
Normal file
8
F3:F303/USB_template/hardware.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stm32f3.h>
|
||||
|
||||
extern volatile uint32_t Tms;
|
||||
|
||||
void hw_setup();
|
||||
|
||||
Reference in New Issue
Block a user