* small typo in macro

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1939 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-05-19 18:26:16 +00:00
parent ae6fcc0782
commit 2339cb107c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#elif defined(STM32F10X_HD)
#define PLATFORM_NAME "STM32 HD"
#include "hal_lld_f103.h"
#elif defined(STM3F10X_CL)
#elif defined(STM32F10X_CL)
#define PLATFORM_NAME "STM32 CL"
#include "hal_lld_f105_f107.h"
#else