VitalyS83

Results 1 issues of VitalyS83

### Description / Steps to reproduce the issue In the _spi_transfer.h_ header file, https://github.com/apache/nuttx/blob/c38042941fe984a7f89d3be68b410862c5b54398/include/nuttx/spi/spi_transfer.h#L163, the declaration of spi_register() function is not wrapped into extern "C" directives. ``` #ifdef CONFIG_SPI_DRIVER int...

Type: Bug
OS: Linux
Arch: all
Area: Drivers