chrade commented on a change in pull request #5363: URL: https://github.com/apache/incubator-nuttx/pull/5363#discussion_r801362429
########## File path: arch/arm/src/phy62xx/irq.c ########## @@ -37,6 +37,14 @@ #include "arm_internal.h" #include "jump_function.h" #include "bus_dev.h" + #define __PACKED __attribute__((packed)) + +__PACKED typedef struct { + uint16_t opcode; /**< operation code, defined mesh profile 3.7.3.1 Operation codes */ + uint16_t company_id; /**< SIG ID: 0xFFFF */ +} mible_mesh_opcode_t; + Review comment: i will check this part with my leader. then decide preserve it or not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org