mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 20:55:26 +08:00
chang a macro name
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2457 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
995ebf7299
commit
0f72824eda
@ -395,7 +395,7 @@ rt_err_t rt_alarm_control(rt_alarm_t alarm, rt_uint8_t cmd, void *arg)
|
|||||||
rt_mutex_take(&_container.mutex, RT_WAITING_FOREVER);
|
rt_mutex_take(&_container.mutex, RT_WAITING_FOREVER);
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
case RT_ALARM_MODIFY:
|
case RT_ALARM_CTRL_MODIFY:
|
||||||
{
|
{
|
||||||
struct rt_alarm_setup *setup;
|
struct rt_alarm_setup *setup;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user