Add HSE_VALUE define to platformio.ini

This commit is contained in:
Jonathan Naylor 2024-10-09 10:19:30 +01:00
parent e6fbcd9c1a
commit f293b102b9
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ monitor_speed = 460800
build_flags =
-O3
-Wall
-D HSE_VALUE=12000000U
-D ARM_MATH_CM4
-mfpu=fpv4-sp-d16
-mfloat-abi=hard

View File

@ -19,7 +19,7 @@
#if !defined(VERSION_H)
#define VERSION_H
#define VERSION "20241008"
#define VERSION "20241009"
#endif