mirror of https://github.com/ARMmbed/mbed-os.git
Corrected OFFICILLY_SUPPORTED typo
parent
ec72ce7787
commit
b957f602b8
|
|
@ -48,7 +48,7 @@ CPU_COUNT_MIN = 1
|
||||||
CPU_COEF = 1
|
CPU_COEF = 1
|
||||||
|
|
||||||
class mbedToolchain:
|
class mbedToolchain:
|
||||||
OFFICILLY_SUPPORTED = False
|
OFFICIALLY_SUPPORTED = False
|
||||||
|
|
||||||
# Verbose logging
|
# Verbose logging
|
||||||
VERBOSE = True
|
VERBOSE = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue