[Stylecheck] Code cleaned to current stylecheck script
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
210a17ec97
commit
efc2489d2c
@@ -138,9 +138,9 @@ uint8_t nvic_get_irq_enabled(uint8_t irqn)
|
||||
* interpreted according to the pre-emptive priority grouping set in the
|
||||
* SCB Application Interrupt and Reset Control Register (SCB_AIRCR), as done
|
||||
* in @ref scb_set_priority_grouping.
|
||||
*
|
||||
*
|
||||
* CM0:
|
||||
*
|
||||
*
|
||||
* There are 4 priority levels only, given by the upper two bits of the
|
||||
* priority byte, as required by ARM standards. No grouping available.
|
||||
*
|
||||
|
||||
@@ -65,7 +65,7 @@ void mutex_lock(mutex_t *m)
|
||||
|
||||
void mutex_unlock(mutex_t *m)
|
||||
{
|
||||
/* Ensure accesses to protected resource are finished */
|
||||
/* Ensure accesses to protected resource are finished */
|
||||
__dmb();
|
||||
|
||||
/* Free the lock. */
|
||||
|
||||
Reference in New Issue
Block a user