X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCommon%2FARMv8M%2Fmpu_demo%2Fmpu_demo.h;h=10911a23b39fbfe2c9495f07133ee8936299ee0c;hb=584c29e09cf7a95184b0e32718e8f711b781ffea;hp=aef28a868b69eeb3288afc01bcf7b081db572d1c;hpb=d647e5f3b1c1bd19a081bf05b3d81341c1e7858e;p=freertos diff --git a/FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.h b/FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.h index aef28a868..10911a23b 100644 --- a/FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.h +++ b/FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.h @@ -1,6 +1,6 @@ /* - * FreeRTOS Kernel V10.2.0 - * Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * FreeRTOS Kernel V10.3.0 + * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in @@ -36,9 +36,9 @@ * with Read Only access then tries to write to the shared memory which results * in a Memory fault. The fault handler examines that it is the fault generated * by the task with Read Only access and if so, it recovers from the fault - * greacefully by moving the Program Counter to the next instruction to the one + * gracefully by moving the Program Counter to the next instruction to the one * which generated the fault. If any other memory access violation occurs, the - * fault handler will get stuck in an inifinite loop. + * fault handler will get stuck in an infinite loop. */ void vStartMPUDemo( void );