File tree Expand file tree Collapse file tree 20 files changed +19
-21
lines changed Expand file tree Collapse file tree 20 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -312,8 +312,6 @@ configureit
312
312
configuse
313
313
configxt
314
314
configyield
315
- conifgassert
316
- conifgsupport
317
315
const
318
316
coproc
319
317
coprocessor
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ BaseType_t xPortStartScheduler( void )
273
273
* value. */
274
274
* pucFirstUserPriorityRegister = ulOriginalPriority ;
275
275
}
276
- #endif /* conifgASSERT_DEFINED */
276
+ #endif /* configASSERT_DEFINED */
277
277
278
278
/* Make PendSV and SysTick the lowest priority interrupts. */
279
279
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
292
292
* value. */
293
293
* pucFirstUserPriorityRegister = ulOriginalPriority ;
294
294
}
295
- #endif /* conifgASSERT_DEFINED */
295
+ #endif /* configASSERT_DEFINED */
296
296
297
297
/* Make PendSV and SysTick the lowest priority interrupts. */
298
298
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ uint32_t ulAPSR;
302
302
value. */
303
303
* pucFirstUserPriorityRegister = ulOriginalPriority ;
304
304
}
305
- #endif /* conifgASSERT_DEFINED */
305
+ #endif /* configASSERT_DEFINED */
306
306
307
307
308
308
/* At the time of writing, the BSP only supports EL3. */
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ uint32_t ulAPSR;
358
358
value. */
359
359
* pucFirstUserPriorityRegister = ulOriginalPriority ;
360
360
}
361
- #endif /* conifgASSERT_DEFINED */
361
+ #endif /* configASSERT_DEFINED */
362
362
363
363
364
364
/* Only continue if the CPU is not in User mode. The CPU must be in a
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ BaseType_t xPortStartScheduler( void )
327
327
* value. */
328
328
* pucFirstUserPriorityRegister = ulOriginalPriority ;
329
329
}
330
- #endif /* conifgASSERT_DEFINED */
330
+ #endif /* configASSERT_DEFINED */
331
331
332
332
/* Make PendSV and SysTick the lowest priority interrupts. */
333
333
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ BaseType_t xPortStartScheduler( void )
435
435
* value. */
436
436
* pucFirstUserPriorityRegister = ulOriginalPriority ;
437
437
}
438
- #endif /* conifgASSERT_DEFINED */
438
+ #endif /* configASSERT_DEFINED */
439
439
440
440
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
441
441
* handler higher priority so it can be used to exit a critical section (where
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ BaseType_t xPortStartScheduler( void )
363
363
* value. */
364
364
* pucFirstUserPriorityRegister = ulOriginalPriority ;
365
365
}
366
- #endif /* conifgASSERT_DEFINED */
366
+ #endif /* configASSERT_DEFINED */
367
367
368
368
/* Make PendSV and SysTick the lowest priority interrupts. */
369
369
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ BaseType_t xPortStartScheduler( void )
460
460
* value. */
461
461
* pucFirstUserPriorityRegister = ulOriginalPriority ;
462
462
}
463
- #endif /* conifgASSERT_DEFINED */
463
+ #endif /* configASSERT_DEFINED */
464
464
465
465
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
466
466
* handler higher priority so it can be used to exit a critical section (where
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ BaseType_t xPortStartScheduler( void )
351
351
* value. */
352
352
* pucFirstUserPriorityRegister = ulOriginalPriority ;
353
353
}
354
- #endif /* conifgASSERT_DEFINED */
354
+ #endif /* configASSERT_DEFINED */
355
355
356
356
/* Make PendSV and SysTick the lowest priority interrupts. */
357
357
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
You can’t perform that action at this time.
0 commit comments