board_identity: move to platforms/nuttx/src

And fix a potential alignment issue in board_get_mfguid and
board_get_px4_guid.
This commit is contained in:
Beat Küng
2019-10-25 15:09:16 +02:00
parent b30171ba8d
commit e7519c9fa0
23 changed files with 91 additions and 16 deletions

View File

@@ -32,5 +32,5 @@
############################################################################
add_library(drivers_board
${PX4_SOURCE_DIR}/src/drivers/boards/common/board_identity.c # TODO: this is horrible and should be fixed
empty.c
)

View File