mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 20:04:30 +03:00
add new concept USB-CDC template for STM32F303
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
#define __STM32F3_H__
|
||||
|
||||
#include "vector.h"
|
||||
#if defined STM32F303xb || defined STM32F303xc
|
||||
#if defined STM32F303x8
|
||||
#include "stm32f303x8.h"
|
||||
#elif defined STM32F303xb || defined STM32F303xc
|
||||
#include "stm32f303xc.h"
|
||||
#elif defined STM32F302xb || defined STM32F302xc
|
||||
#include "stm32f302xc.h"
|
||||
|
||||
12146
F3:F303/inc/Fx/stm32f303x8.h
Normal file
12146
F3:F303/inc/Fx/stm32f303x8.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user