Skip to content

Added kconfig option to disable sensor telemetry #170

Added kconfig option to disable sensor telemetry

Added kconfig option to disable sensor telemetry #170

Workflow file for this run

name: clang-format linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
exclude: './lib'
extensions: 'h,c'
clangFormatVersion: 16