STM32: Migrate variants to new structure (#7389)

This commit is contained in:
Austin
2025-07-20 06:21:17 -05:00
committed by GitHub
parent 9313d04726
commit 1c2a3c620f
6 changed files with 3 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
/*
STM32WLE5 Core Module for LoRaWAN® RAK3372
https://store.rakwireless.com/products/wisblock-core-module-rak3372
*/
/*
This variant is a work in progress.
Do not expect a working Meshtastic device with this target.
*/
#ifndef _VARIANT_RAK3172_
#define _VARIANT_RAK3172_
#define USE_STM32WLx
#define LED_PIN PA0 // Green LED
#define LED_STATE_ON 1
#endif