Skip to content

Commit 6d8e028

Browse files
committed
library:modem:call example missing setup function
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent da5adcf commit 6d8e028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/Modem/examples/CallExample/CallExample.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ void onCallStateChange(int state)
2727
}
2828
}
2929

30+
void setup()
31+
{
32+
Serial.begin(115200);
33+
}
34+
3035
void loop()
3136
{
3237
/* Rest of code */

0 commit comments

Comments
 (0)