From 1bd0e32cb91a6c16365f89e5bffd00249b7de20d Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Sun, 21 Jun 2020 21:29:23 +0200 Subject: [PATCH] cpu/kinetis: remove reference of RTC_NUMOF. These defines were globally removed in #12673. --- cpu/kinetis/doc.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/kinetis/doc.txt b/cpu/kinetis/doc.txt index c18360620c..343443684c 100644 --- a/cpu/kinetis/doc.txt +++ b/cpu/kinetis/doc.txt @@ -121,7 +121,6 @@ seconds. ### RTC configuration example (for periph_conf.h) ### - #define RTC_NUMOF (1U) #define RTC_DEV RTC #define RTC_UNLOCK() (SIM->SCGC6 |= (SIM_SCGC6_RTC_MASK))