mirror of https://github.com/ARMmbed/mbed-os.git
Astyle fixes
parent
8501e79e93
commit
5455a2da59
|
@ -241,7 +241,7 @@ void channel_state_switch(uint8_t *current_state, uint8_t expected_state, uint8_
|
|||
*
|
||||
* @param[in] current_state - current state
|
||||
* @param[in] expected_state - expected state
|
||||
*/
|
||||
*/
|
||||
void channel_state_assert(uint8_t *current_state, uint8_t expected_state);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -38,7 +38,7 @@ void spm_ipc_mailbox_init(void);
|
|||
|
||||
/*
|
||||
* PSA mailbox dispatcher
|
||||
*
|
||||
*
|
||||
* Dispatcher thread never returns and expected to be called
|
||||
* from startup code as a detached thread entry point
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue