From f5f76c737550ce5d2f29a9f500202e0de6d4530f Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 16 May 2019 14:45:11 +0200 Subject: [PATCH] tests/driver_at: Fix README typo --- tests/driver_at/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/driver_at/README.md b/tests/driver_at/README.md index 0edc0e2d17..3262e69076 100644 --- a/tests/driver_at/README.md +++ b/tests/driver_at/README.md @@ -1,6 +1,6 @@ Expected result =============== -You should be presented with a RIOT shell that privides commands to +You should be presented with a RIOT shell that provides commands to initialize an UART and send AT commands to an AT module. Background