Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak authored Sep 5, 2023
2 parents 398ea06 + 3e68c36 commit e0617e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clang-formatting/filesWithCRLFEndings/fileWithCRLFEnding.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
#if ( PCLKB_FREQUENCY > 50000000L )
#error "PCLKB_FREQUENCY Error: Please enter a valid divider value"
#endif
#endif

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@
#if ( PCLKB_FREQUENCY > 50000000L )
#error "PCLKB_FREQUENCY Error: Please enter a valid divider value"
#endif

#endif
2 changes: 0 additions & 2 deletions clang-formatting/filesWithCRLFEndings/testWithCRLFEnding.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*
/*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down Expand Up @@ -78,4 +77,3 @@ unsigned long ulReceivedValue;
}
}
/*-----------------------------------------------------------*/

0 comments on commit e0617e3

Please sign in to comment.