mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 18:27:55 +00:00
Update SPI.h
This commit is contained in:
parent
4f042c3853
commit
45ce2c98b6
@ -160,11 +160,11 @@ private:
|
|||||||
/*
|
/*
|
||||||
Should move this to within the class once tested out, just for tidyness
|
Should move this to within the class once tested out, just for tidyness
|
||||||
*/
|
*/
|
||||||
static uint8_t ff = 0XFF;
|
static uint8_t __attribute__ ((unused)) ff = 0XFF;
|
||||||
static void (*_spi1_this);
|
static void __attribute__ ((unused)) (*_spi1_this);
|
||||||
static void (*_spi2_this);
|
static void __attribute__ ((unused)) (*_spi2_this);
|
||||||
#if BOARD_NR_SPI >= 3
|
#if BOARD_NR_SPI >= 3
|
||||||
static void (*_spi3_this);
|
static void __attribute__ ((unused)) (*_spi3_this);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user