Skip to content

Commit d87f14b

Browse files
committed
Fix typo in Example 1
1 parent 40e4d0c commit d87f14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example1_DeviceIdentification/Example1_DeviceIdentification.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void processSIMstate(UBLOX_AT_sim_states_t state)
4343
Serial.println();
4444
}
4545

46-
void begin()
46+
void setup()
4747
{
4848
Serial.begin(115200); // Start the serial console
4949

0 commit comments

Comments
 (0)