[target][[stm32-h103] remove from extraneous boot spew

This commit is contained in:
Travis Geiselbrecht
2012-07-21 13:50:22 -07:00
parent 50a541ae0c
commit b679cd0f0c

View File

@@ -50,11 +50,7 @@ void target_early_init(void)
void target_init(void)
{
TRACE_ENTRY;
stm32_debug_init();
TRACE_EXIT;
}
void target_set_debug_led(unsigned int led, bool on)