Remove semihosting related changes.

This commit is contained in:
László Monda
2017-10-06 22:36:02 +02:00
parent 1cc01c4f48
commit 3d443a8bfc
3 changed files with 2 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ int main(void)
InitClock();
InitPeripherals();
KeyMatrix_Init(&keyMatrix);
printf("Hello from semihosting!");
#if ALWAYS_ENTER_BOOTLOADER
JumpToBootloader(); /* << EST: \todo Temporary only */
#endif