Skip to content
Snippets Groups Projects
Commit 59cdbd5c authored by Martino Facchin's avatar Martino Facchin
Browse files

Update Adafruit CircuitPlay to 1.6.10 compliance

parent 95963e6f
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ SECTIONS
{
.text :
{
__text_start__ = .;
KEEP(*(.isr_vector))
*(.text*)
......
......@@ -66,6 +66,8 @@ SECTIONS
{
.text :
{
__text_start__ = .;
KEEP(*(.isr_vector))
*(.text*)
......
......@@ -18,8 +18,8 @@
#pragma once
// The definitions here needs a SAMD core >=1.6.6
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606
// The definitions here needs a SAMD core >=1.6.10
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10610
#include <WVariant.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment