mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add I2C for F303, fix bug in USB (some variables wasn't volatile)
This commit is contained in:
10
F3:F303/I2C_scan/i2cscan.config
Normal file
10
F3:F303/I2C_scan/i2cscan.config
Normal file
@@ -0,0 +1,10 @@
|
||||
// Add predefined macros for your project here. For example:
|
||||
// #define THE_ANSWER 42
|
||||
#define EBUG
|
||||
#define STM32F3
|
||||
#define STM32F303xb
|
||||
#define __thumb2__ 1
|
||||
#define __ARM_ARCH_7M__
|
||||
|
||||
#define BUILD_NUMBER "xx"
|
||||
#define BUILD_DATE "yy"
|
||||
Reference in New Issue
Block a user