Fix typo in configFunctions.h (wrong define for the header)

This commit is contained in:
Benjamin Piwowarski 2014-03-13 08:27:34 +01:00
parent 7c1fc6ea75
commit 26fad1b79c

View File

@ -10,7 +10,7 @@
*/
#ifndef _CONFIG_FUNCTIONS_H
#define _CONFIG_FUNCTION_H
#define _CONFIG_FUNCTIONS_H
${Function_Defines}