Fix for srp_test_digest return code checking. Added GCC-ARM TLS server example.

This commit is contained in:
David Garske
2021-08-17 11:12:40 -07:00
parent 95178e3bdc
commit d6f5f815e1
6 changed files with 231 additions and 16 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void reset_handler(void)
/* Init heap */
__heap_start__[0] = 0;
__heap_start__[1] = ((uint32_t)__heap_end__ - (uint32_t)__heap_start__);
__heap_start__[1] = ((uintptr_t)__heap_end__ - (uintptr_t)__heap_start__);
#endif /* USE_WOLF_ARM_STARTUP */
/* Start main */