You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/10/16 18:09:29 UTC

[GitHub] andrzej-kaczmarek closed pull request #1414: kernel/os: Fix PIC32 stack size

andrzej-kaczmarek closed pull request #1414: kernel/os: Fix PIC32 stack size
URL: https://github.com/apache/mynewt-core/pull/1414
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/kernel/os/include/os/arch/pic32/os/os_arch.h b/kernel/os/include/os/arch/pic32/os/os_arch.h
index 8b183c3a29..3e709aaa30 100644
--- a/kernel/os/include/os/arch/pic32/os/os_arch.h
+++ b/kernel/os/include/os/arch/pic32/os/os_arch.h
@@ -27,8 +27,7 @@
 typedef uint32_t os_sr_t;
 
 /* Stack element */
-/* uint64_t in an attempt to get the stack 8 aligned */
-typedef uint64_t os_stack_t;
+typedef uint32_t os_stack_t;
 
 /* Stack sizes for common OS tasks */
 #define OS_SANITY_STACK_SIZE (64)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services