From c49eb824e591a1487ca23706fcfb338ace65e640 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Sun, 7 Feb 2016 20:34:54 +0100 Subject: [PATCH] doc/riot.doxyfile: s/CPUID_ID_LEN/CPUID_LEN/ --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index b17b45c2d6..64d4561e96 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -1997,7 +1997,7 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = DOXYGEN \ __attribute__(x)= \ ADC_NUMOF \ - CPUID_ID_LEN \ + CPUID_LEN \ DAC_NUMOF \ GPIO_NUMOF \ I2C_NUMOF \