Don't build a NUCLEO_F103RB release for now

NUCLEO_F103RB is not yet integrated in the on-line environment, so don't
build a release for it yet.
pull/119/head mbed_lib_rev71
Bogdan Marinescu 2013-12-03 12:40:48 +02:00
parent 3f82e7fa6f
commit 6959ef77f4
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('LPC1347', ('ARM',)),
('LPC4088', ('ARM', 'GCC_ARM', 'GCC_CR')),
('LPC1114', ('uARM',)),
('NUCLEO_F103RB', ('ARM', 'uARM', 'GCC_ARM')),
)