mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 09:28:49 +08:00
[update] format code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user