Enable semihosting for the "uhk-left debug jlink" build.

This commit is contained in:
László Monda
2017-10-04 18:21:02 +02:00
parent af52c017d8
commit c965fe185b
3 changed files with 4 additions and 4 deletions

View File

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