Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
9634c72d7e
3 changed files with 0 additions and 156 deletions
|
@ -32,8 +32,6 @@ typedef uint32_t matrix_row_t;
|
|||
|
||||
#define MATRIX_ROW_SHIFTER ((matrix_row_t)1)
|
||||
|
||||
#define MATRIX_IS_ON(row, col) (matrix_get_row(row) && (1 << col))
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue