mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-11-27 15:09:41 +00:00
AFHDS2A: Missing static...
This commit is contained in:
@@ -215,7 +215,7 @@ static void AFHDS2A_build_packet(uint8_t type)
|
||||
#define AFHDS2A_WAIT_WRITE 0x80
|
||||
uint16_t ReadAFHDS2A()
|
||||
{
|
||||
uint8_t packet_type = AFHDS2A_PACKET_STICKS;
|
||||
static uint8_t packet_type = AFHDS2A_PACKET_STICKS;
|
||||
switch(phase)
|
||||
{
|
||||
case AFHDS2A_BIND1:
|
||||
|
||||
Reference in New Issue
Block a user