Skip to content

Commit 7a9398e

Browse files
committed
ATmegaxxxx - whitespace
1 parent 2bbd935 commit 7a9398e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/GCC/ATmegaxxxx/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* FreeRTOS Kernel V10.3.1
3-
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of
66
* this software and associated documentation files (the "Software"), to deal in
@@ -656,7 +656,7 @@ uint16_t usAddress;
656656
pxTopOfStack--;
657657
*pxTopOfStack = ( StackType_t ) 0x30; /* R30 Z */
658658
pxTopOfStack--;
659-
*pxTopOfStack = ( StackType_t ) 0x031; /* R31 */
659+
*pxTopOfStack = ( StackType_t ) 0x031; /* R31 */
660660
pxTopOfStack--;
661661

662662
return pxTopOfStack;

0 commit comments

Comments
 (0)