mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 15:40:49 +00:00
add proper RAK variant and change pathspec
This commit is contained in:
@@ -21,4 +21,4 @@ debug_tool = jlink
|
||||
;upload_protocol = jlink
|
||||
extra_scripts =
|
||||
${env.extra_scripts}
|
||||
../firmware/variants/rak2560/create_uf2.py
|
||||
./variants/rak2560/create_uf2.py
|
||||
@@ -16,10 +16,11 @@
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _VARIANT_RAK4630_
|
||||
#define _VARIANT_RAK4630_
|
||||
#ifndef _VARIANT_RAK2560_
|
||||
#define _VARIANT_RAK2560_
|
||||
|
||||
#define RAK4630
|
||||
#define RAK2560
|
||||
|
||||
/** Master clock frequency */
|
||||
#define VARIANT_MCK (64000000ul)
|
||||
|
||||
Reference in New Issue
Block a user