mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Normalize line endings and whitespace in source files
This commit is contained in:
parent
151fb04ad1
commit
01820d3ed9
574 changed files with 162626 additions and 172362 deletions
4
portable/ThirdParty/GCC/ATmega/port.c
vendored
4
portable/ThirdParty/GCC/ATmega/port.c
vendored
|
@ -622,7 +622,7 @@ BaseType_t xPortStartScheduler( void )
|
|||
|
||||
void vPortEndScheduler( void )
|
||||
{
|
||||
/* It is unlikely that the ATmega port will get stopped. */
|
||||
/* It is unlikely that the ATmega port will get stopped. */
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
@ -764,5 +764,3 @@ uint8_t ucLowByte;
|
|||
xTaskIncrementTick();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
2
portable/ThirdParty/GCC/ATmega/readme.md
vendored
2
portable/ThirdParty/GCC/ATmega/readme.md
vendored
|
@ -83,4 +83,4 @@ ATmega devices without enhanced __WDT__ Interrupt capability - will use a 8-bit
|
|||
- ATmega165A/165PA/325A/325PA/3250A/3250PA/645A/645P/6450A/6450P -> 4kB RAM
|
||||
- ATmega169A/169PA/329A/329PA/3290A/3290PA/649A/649P/6490A/6490P -> 4kB RAM
|
||||
- ATmega808/809/1608/1609/3208/3209/4808/4809 - megaAVR 0-Series -> 6kB RAM
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue