We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbd935 commit 7a9398eCopy full SHA for 7a9398e
portable/GCC/ATmegaxxxx/port.c
@@ -1,6 +1,6 @@
1
/*
2
* FreeRTOS Kernel V10.3.1
3
- * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining a copy of
6
* this software and associated documentation files (the "Software"), to deal in
@@ -656,7 +656,7 @@ uint16_t usAddress;
656
pxTopOfStack--;
657
*pxTopOfStack = ( StackType_t ) 0x30; /* R30 Z */
658
659
- *pxTopOfStack = ( StackType_t ) 0x031; /* R31 */
+ *pxTopOfStack = ( StackType_t ) 0x031; /* R31 */
660
661
662
return pxTopOfStack;
0 commit comments