Skip to content

Commit

Permalink
chore: changed version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-carbone committed Aug 31, 2024
1 parent d97868a commit a240aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Inc/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* ---------- Exported constants --------------------------------------------*/
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 1
#define VERSION_PATCH 2

#define DEBUG_SERIAL
#define DEBUG_AIN
Expand Down
2 changes: 2 additions & 0 deletions openblt_f446re/STM32Make.make
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ AS_DEFS =
# C defines
C_DEFS = \
-DSTM32F446xx \
-DUSE_FULL_LL_DRIVER \
-DUSE_HAL_DRIVER


# CXX defines
CXX_DEFS = \
-DSTM32F446xx \
-DUSE_FULL_LL_DRIVER \
-DUSE_HAL_DRIVER


Expand Down

0 comments on commit a240aa5

Please sign in to comment.