1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Use csn instead of cs for chip select.

This commit is contained in:
jflyper 2017-07-18 17:21:46 +09:00
parent eefa2a8e88
commit 8fe8da975b
3 changed files with 9 additions and 9 deletions

View file

@ -3032,7 +3032,7 @@ const cliResourceValue_t resourceTable[] = {
{ OWNER_ESCSERIAL, PG_ESCSERIAL_CONFIG, offsetof(escSerialConfig_t, ioTag), 0 },
#endif
#ifdef BARO
{ OWNER_BARO_CS, PG_BAROMETER_CONFIG, offsetof(barometerConfig_t, baro_spi_cs), 0 },
{ OWNER_BARO_CS, PG_BAROMETER_CONFIG, offsetof(barometerConfig_t, baro_spi_csn), 0 },
#endif
};