We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282030b commit f7c8334Copy full SHA for f7c8334
cores/arduino/HardwareSerial.h
@@ -26,7 +26,7 @@
26
class HardwareSerial : public Stream
27
{
28
public:
29
- virtual void begin(unsigned long);
+ virtual void begin(uint32_t);
30
virtual void end();
31
virtual int available(void) = 0;
32
virtual int peek(void) = 0;
0 commit comments