mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
define in header
remove extern from cpp files
This commit is contained in:
@ -160,8 +160,6 @@ size_t TwoWire::write(const uint8_t *data, size_t quantity){
|
||||
return quantity;
|
||||
}
|
||||
|
||||
extern "C" void optimistic_yield();
|
||||
|
||||
int TwoWire::available(void){
|
||||
int result = rxBufferLength - rxBufferIndex;
|
||||
|
||||
|
Reference in New Issue
Block a user