summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/peripherals.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/atmel-samd/peripherals.h')
-rw-r--r--ports/atmel-samd/peripherals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/peripherals.h b/ports/atmel-samd/peripherals.h
index bb01bc1ac..18c7f44d5 100644
--- a/ports/atmel-samd/peripherals.h
+++ b/ports/atmel-samd/peripherals.h
@@ -35,6 +35,8 @@
uint8_t samd_peripherals_spi_baudrate_to_baud_reg_value(const uint32_t baudrate);
uint32_t samd_peripherals_spi_baud_reg_value_to_baudrate(const uint8_t baud_reg_value);
+Sercom* sercom_insts[SERCOM_INST_NUM];
+
#ifdef SAMD21
#include "samd21_peripherals.h"
#endif