From c02bb03078e7fce04859e1f5c6928c452b981d35 Mon Sep 17 00:00:00 2001 From: Dan Evans <dan.evans@nelsonirrigation.com> Date: Wed, 7 Jun 2017 15:03:42 -0600 Subject: [PATCH] samd21-xpro:missing r in periph_flashpage --- boards/samd21-xpro/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/samd21-xpro/Makefile.features b/boards/samd21-xpro/Makefile.features index 80d8592fdb..b037e1c017 100644 --- a/boards/samd21-xpro/Makefile.features +++ b/boards/samd21-xpro/Makefile.features @@ -1,7 +1,7 @@ # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_cpuid -FEATURES_PROVIDED += peiph_flashpage +FEATURES_PROVIDED += periph_flashpage FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_pwm -- GitLab