[update] format code

This commit is contained in:
thread-liu
2020-06-24 12:53:24 +08:00
parent c9db3a070f
commit a84d575314
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ typedef struct rt_dac_device *rt_dac_device_t;
typedef enum
{
RT_dac_CMD_ENABLE,
RT_dac_CMD_DISABLE,
RT_DAC_CMD_ENABLE,
RT_DAC_CMD_DISABLE,
} rt_dac_cmd_t;
rt_err_t rt_hw_dac_register(rt_dac_device_t dac,const char *name, const struct rt_dac_ops *ops, const void *user_data);