Skip to content

Commit

Permalink
[board] reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jan 7, 2024
1 parent daedb24 commit 8ceb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/longanpi-3h/tinymaix/tinymaix.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
#include "tm_port.h"

/******************************* MARCO ************************************/
#define TM_MDL_MAGIC 'XIAM'//mdl magic sign
#define TM_MDL_MAGIC 0x5849414d//mdl magic sign
#define TM_ALIGN_SIZE (8) //8 byte align
#define TM_ALIGN(addr) ((((size_t) (addr)) + (TM_ALIGN_SIZE - 1)) / TM_ALIGN_SIZE * TM_ALIGN_SIZE)
#define TM_MATP(mat, y, x, ch) ((mat)->data + ((y) * (mat)->w + (x)) * (mat)->c + (ch))
Expand Down

0 comments on commit 8ceb256

Please sign in to comment.