Skip to content

always define HAVE_PF_INET6 for compile error without open net_ipv6 macro, because nuttx/include/sys/socket.h have been #define AF_INET6 PF_INET6 #8

always define HAVE_PF_INET6 for compile error without open net_ipv6 macro, because nuttx/include/sys/socket.h have been #define AF_INET6 PF_INET6

always define HAVE_PF_INET6 for compile error without open net_ipv6 macro, because nuttx/include/sys/socket.h have been #define AF_INET6 PF_INET6 #8

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: checkpatch
# Controls when the workflow will run
on:
pull_request:
types: [opened, reopened, synchronize]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
checkpatch:
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
secrets: inherit