Change target name to all upper case.

pull/1178/head
hjjeon0608 2015-06-11 09:07:49 +09:00
parent f10bb18e33
commit f149bdad64
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class Target:
pass
##WIZnet
class WIZwiki_W7500(Target):
class WIZWIKI_W7500(Target):
def __init__(self):
Target.__init__(self)
self.core = "Cortex-M0"
@ -1254,7 +1254,7 @@ class EFM32HG_STK3400(Target):
TARGETS = [
### WIZnet ###
WIZwiki_W7500(),
WIZWIKI_W7500(),
### NXP ###
LPC11C24(),