mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
LPC11C24 C_CAN IF_CMDREQ_BUSY
This commit is contained in:
parent
d9ca67c84c
commit
98189950e4
@ -157,6 +157,11 @@ enum class StatLec : std::uint32_t
|
||||
Unused = 7
|
||||
};
|
||||
|
||||
/*
|
||||
* IF.CMDREQ
|
||||
*/
|
||||
static constexpr std::uint32_t IF_CMDREQ_BUSY = 1 << 15;
|
||||
|
||||
/*
|
||||
* IF.CMDMSK
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user