mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
sched/: Make more naming consistent
Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions nxsem_setprotocol -> nxsem_set_protocol nxsem_getprotocol -> nxsem_get_protocol nxsem_getvalue -> nxsem_get_value
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
d938b50969
commit
a569006fd8
@@ -1169,7 +1169,7 @@ int ft5x06_register(FAR struct i2c_master_s *i2c,
|
||||
* have priority inheritance enabled.
|
||||
*/
|
||||
|
||||
nxsem_setprotocol(&priv->waitsem, SEM_PRIO_NONE);
|
||||
nxsem_set_protocol(&priv->waitsem, SEM_PRIO_NONE);
|
||||
|
||||
#ifdef CONFIG_FT5X06_POLLMODE
|
||||
/* Allocate a timer for polling the FT5x06 */
|
||||
|
||||
Reference in New Issue
Block a user