Skip to content

port/sockets.c: use u8_t instead of s8_t for subscripting arrays #301

port/sockets.c: use u8_t instead of s8_t for subscripting arrays

port/sockets.c: use u8_t instead of s8_t for subscripting arrays #301

Workflow file for this run

# vim:sw=2:ts=2
name: lint
# on events
on:
push:
branches:
- master
- 'feature/*'
pull_request:
branches:
- master
- 'feature/*'
jobs:
call-lint:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/lint.yml@master