mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed indent
This commit is contained in:
parent
60ef04d32f
commit
35ce9c7ab3
1 changed files with 15 additions and 16 deletions
1
SPP.cpp
1
SPP.cpp
|
@ -209,7 +209,6 @@ void SPP::ACLData(uint8_t* l2capinbuf) {
|
|||
}
|
||||
} else
|
||||
serviceNotSupported(l2capinbuf[9], l2capinbuf[10]); // The service is not supported
|
||||
|
||||
#ifdef EXTRADEBUG
|
||||
Notify(PSTR("\r\nUUID: "), 0x80);
|
||||
uint16_t uuid;
|
||||
|
|
Loading…
Reference in a new issue