mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 03:59:05 +08:00
px4io: fixed cpp error
This commit is contained in:
parent
57d028fddd
commit
f8bea6d07b
@ -428,7 +428,7 @@ registers_get(uint8_t page, uint8_t offset, uint16_t **values, unsigned *num_val
|
||||
/*
|
||||
* Pages that are just a straight read of the register state.
|
||||
*/
|
||||
#define COPY_PAGE(_page_name, _page) case _page_name: SELECT_PAGE(_page); break;
|
||||
#define COPY_PAGE(_page_name, _page) case _page_name: SELECT_PAGE(_page); break
|
||||
|
||||
/* status pages */
|
||||
COPY_PAGE(PX4IO_PAGE_CONFIG, r_page_config);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user